diff --git a/ozgcloud-common-dependencies/pom.xml b/ozgcloud-common-dependencies/pom.xml
index 30a84e4b345665d6ebfd67a7d8d4414b4b9a37b4..74f63cec4b838c3e9cbbb497470f09996dd36c09 100644
--- a/ozgcloud-common-dependencies/pom.xml
+++ b/ozgcloud-common-dependencies/pom.xml
@@ -38,6 +38,7 @@
 	<name>OzgCloud Common - Dependencies</name>
 	<packaging>pom</packaging>
 	<description>Dependenencies management for ozgcloud projects</description>
+	<inceptionYear>2021</inceptionYear>
 
 	<properties>
 		<vorgang-manager.version>2.17.0</vorgang-manager.version>
diff --git a/ozgcloud-common-lib/pom.xml b/ozgcloud-common-lib/pom.xml
index 1373e1d77f30fa77cf2be275462607407e0fd3f0..fd696ecd299e5ae6ce0aee195e52b24216ed9ea7 100644
--- a/ozgcloud-common-lib/pom.xml
+++ b/ozgcloud-common-lib/pom.xml
@@ -36,12 +36,12 @@
 
 	<artifactId>ozgcloud-common-lib</artifactId>
 	<name>OzgCloud Common - Shared Lib</name>
+	<inceptionYear>2021</inceptionYear>
 
 	<properties>
 		<maven.compiler.source>${java.version}</maven.compiler.source>
 		<maven.compiler.target>${java.version}</maven.compiler.target>
 		<mockito.version>5.10.0</mockito.version>
-
 	</properties>
 
 	<dependencyManagement>
diff --git a/ozgcloud-common-license/pom.xml b/ozgcloud-common-license/pom.xml
index ee4b1da81c2c6161a113388208af9dafb8bcd895..73855ae0bfd7ab5e6e2c5e74c8b6d57fbc8848c3 100644
--- a/ozgcloud-common-license/pom.xml
+++ b/ozgcloud-common-license/pom.xml
@@ -35,6 +35,7 @@
 
 	<name>OzgCloud Common - OS license provider</name>
 	<description>A Maven project for providing the license to all OzgCloud Projects</description>
+	<inceptionYear>2021</inceptionYear>
 
 	<properties>
 		<java.version>17</java.version>
diff --git a/ozgcloud-common-parent/pom.xml b/ozgcloud-common-parent/pom.xml
index 3110c96c5eed7e7f9363f4f48b39bad8816103ef..ec87cda3e18fa878ad4e84aebb3397b137db45ce 100644
--- a/ozgcloud-common-parent/pom.xml
+++ b/ozgcloud-common-parent/pom.xml
@@ -42,6 +42,7 @@
 	<packaging>pom</packaging>
 	<name>OzgCloud Common - Parent</name>
 	<description>Parent for all OzgCloud spring boot projects</description>
+	<inceptionYear>2021</inceptionYear>
 
 	<properties>
 		<java.version>21</java.version>
@@ -314,6 +315,7 @@
 						</execution>
 					</executions>
 				</plugin>
+				<!-- This plugin configuration is used for generating licenses in daughter project -->
 				<plugin>
 					<groupId>com.mycila</groupId>
 					<artifactId>license-maven-plugin</artifactId>
@@ -333,13 +335,15 @@
 						<licenseSets>
 							<licenseSet>
 								<header>license/eupl_v1_2_de/header.txt</header>
+								<excludes>
+									<exclude>src/test/resources/**</exclude>
+									<exclude>src/main/resources/**</exclude>
+									<exclude>**/.angular/cache/**</exclude>
+									<exclude>**/.nx/**</exclude>
+									<exclude>**/node_modules/**</exclude>
+								</excludes>
 							</licenseSet>
 						</licenseSets>
-						<excludes>
-							<exclude>**/.angular/cache/**</exclude>
-							<exclude>**/.nx/**</exclude>
-							<exclude>**/node_modules/**</exclude>
-						</excludes>
 					</configuration>
 					<dependencies>
 						<dependency>
diff --git a/ozgcloud-common-pdf/pom.xml b/ozgcloud-common-pdf/pom.xml
index e8921014927a258ea51271ee783e2df4ee715540..3b85975c0a3581e2e6b1f459ef3382078b95e45c 100644
--- a/ozgcloud-common-pdf/pom.xml
+++ b/ozgcloud-common-pdf/pom.xml
@@ -35,6 +35,7 @@
 	</parent>
 	<artifactId>ozgcloud-common-pdf</artifactId>
 	<name>OzgCloud Common - PDF Export library</name>
+	<inceptionYear>2021</inceptionYear>
 
 	<properties>
 		<fop.version>2.9</fop.version>
diff --git a/ozgcloud-common-test/pom.xml b/ozgcloud-common-test/pom.xml
index 73adb3eafa08e642740efc040e16d69380db162b..64123f7083a911252452119af4d34aa2db4f99b6 100644
--- a/ozgcloud-common-test/pom.xml
+++ b/ozgcloud-common-test/pom.xml
@@ -36,6 +36,7 @@
 
 	<artifactId>ozgcloud-common-test</artifactId>
 	<name>OzgCloud Common - Test Lib</name>
+	<inceptionYear>2021</inceptionYear>
 
 	<dependencies>
 		<dependency>
diff --git a/pom.xml b/pom.xml
index a207c85b35a903b0613d1980fd09af312aeea5fc..57aa6db56e9230b87ed2a65fa653efb9b53b7d40 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,6 +31,7 @@
 	<artifactId>ozgcloud-common</artifactId>
 	<version>4.7.0-SNAPSHOT</version>
 	<packaging>pom</packaging>
+	<inceptionYear>2021</inceptionYear>
 
 	<name>OzgCloud Common</name>
 
@@ -80,6 +81,7 @@
 	<build>
 		<pluginManagement>
 			<plugins>
+				<!-- This plugin configuration is used for generating licenses in this repository -->
 				<plugin>
 					<groupId>com.mycila</groupId>
 					<artifactId>license-maven-plugin</artifactId>
@@ -92,20 +94,16 @@
 							<proto>SLASHSTAR_STYLE</proto>
 							<config>SCRIPT_STYLE</config>
 							<md>XML_STYLE</md>
-							<ftlh>FTL</ftlh>
-							<tpl>SCRIPT_STYLE</tpl>
-							<ts>SLASHSTAR_STYLE</ts>
 						</mapping>
 						<licenseSets>
 							<licenseSet>
 								<header>license/eupl_v1_2_de/header.txt</header>
 							</licenseSet>
+							<excludes>
+								<exclude>src/test/resources/**</exclude>
+								<exclude>src/main/resources/**</exclude>
+							</excludes>
 						</licenseSets>
-						<excludes>
-							<exclude>**/.angular/cache/**</exclude>
-							<exclude>**/.nx/**</exclude>
-							<exclude>**/node_modules/**</exclude>
-						</excludes>
 					</configuration>
 					<dependencies>
 						<dependency>