diff --git a/pom.xml b/pom.xml
index 57aa6db56e9230b87ed2a65fa653efb9b53b7d40..8fc61ed143a92e79c4de2cbdb6dec1dc13b1d6ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,15 +94,21 @@
 							<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>src/test/resources/**</exclude>
+									<exclude>src/main/resources/**</exclude>
+									<exclude>**/.angular/cache/**</exclude>
+									<exclude>**/.nx/**</exclude>
+									<exclude>**/node_modules/**</exclude>
+								</excludes>
 							</licenseSet>
-							<excludes>
-								<exclude>src/test/resources/**</exclude>
-								<exclude>src/main/resources/**</exclude>
-							</excludes>
 						</licenseSets>
 					</configuration>
 					<dependencies>