From bf70552590c938fd1eac2054809f35a38c7dff72 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Thu, 28 Nov 2024 16:19:39 +0100 Subject: [PATCH] OZG-6544: Fix wrong position of excludes which causes broken builds --- pom.xml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 57aa6db..8fc61ed 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> -- GitLab