From 06c036240071e5c743b9d8b3a462ae10a956ddef Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Tue, 26 Nov 2024 14:34:00 +0100
Subject: [PATCH] OZG-6544: Add more fileextensions to which license headers
 shall be added.

---
 README.md                      |  1 +
 ozgcloud-common-parent/pom.xml | 14 +++++++++-----
 pom.xml                        |  3 +++
 3 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index c5c4880..2ba63c6 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,7 @@
 ## Changelog
 
 ### 4.7.0-SNAPSHOT
+* 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-parent/pom.xml b/ozgcloud-common-parent/pom.xml
index 56428b0..3110c96 100644
--- a/ozgcloud-common-parent/pom.xml
+++ b/ozgcloud-common-parent/pom.xml
@@ -325,17 +325,21 @@
 						<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>
-								</excludes>
 							</licenseSet>
 						</licenseSets>
+						<excludes>
+							<exclude>**/.angular/cache/**</exclude>
+							<exclude>**/.nx/**</exclude>
+							<exclude>**/node_modules/**</exclude>
+						</excludes>
 					</configuration>
 					<dependencies>
 						<dependency>
diff --git a/pom.xml b/pom.xml
index 84362f9..a207c85 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,6 +92,9 @@
 							<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>
-- 
GitLab