diff --git a/README.md b/README.md
index 3e3d56ccd352d7abf328c58084470a4f86772765..489aec35429e067396c0f091a44616e1dd19084e 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,7 @@
 * Update commons-io to 2.18.0
 * Update surfire/failsafe Plugin to 3.5.2
 
+* Update OZGCloud License Generator wegen zusätzlichen Dateiendungen
 
 ### 4.6.0
 * Update [OZGCloud License Generator](ozgcloud-common-license/readme.md)
diff --git a/ozgcloud-common-dependencies/pom.xml b/ozgcloud-common-dependencies/pom.xml
index 058bc2341d59f5d1f8c3fc10a754b94b2e65e93a..a3d0d790ce9896cc473583e0800a7b8896468c9e 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 f46f23f202904a42609a05acceadf210b6a43248..c34dfbb856f585ab7fa58d51ad65f722939ccc84 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>
@@ -311,6 +312,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>
@@ -322,14 +324,20 @@
 						<mapping>
 							<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>
 								<excludes>
-									<exclude>**/README</exclude>
 									<exclude>src/test/resources/**</exclude>
 									<exclude>src/main/resources/**</exclude>
+									<exclude>**/.angular/cache/**</exclude>
+									<exclude>**/.nx/**</exclude>
+									<exclude>**/node_modules/**</exclude>
 								</excludes>
 							</licenseSet>
 						</licenseSets>
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 84362f998b5c875be1bee70d3118915d73860438..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>
@@ -97,12 +99,11 @@
 							<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>