diff --git a/README.md b/README.md index c5c48801e0aebaf081d7625ef049aa4178931462..2ba63c6dfd487f71533a18bac81ad8916d3f722e 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 56428b03a0efdd70ebf8342faf4a91e54f4e3d09..3110c96c5eed7e7f9363f4f48b39bad8816103ef 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 84362f998b5c875be1bee70d3118915d73860438..a207c85b35a903b0613d1980fd09af312aeea5fc 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>