Skip to content
Snippets Groups Projects
Commit d4c91548 authored by OZGCloud's avatar OZGCloud
Browse files

Merge pull request 'OZG-6544: Fix wrong position of excludes which causes...

Merge pull request 'OZG-6544: Fix wrong position of excludes which causes broken builds' (#39) from OZG-6544-license-bugfix into master

Reviewed-on: https://git.ozg-sh.de/ozgcloud-lib/common-lib/pulls/39


Reviewed-by: default avatarOZGCloud <ozgcloud@mgm-tp.com>
parents 21752e01 bf705525
No related branches found
No related tags found
No related merge requests found
...@@ -94,15 +94,21 @@ ...@@ -94,15 +94,21 @@
<proto>SLASHSTAR_STYLE</proto> <proto>SLASHSTAR_STYLE</proto>
<config>SCRIPT_STYLE</config> <config>SCRIPT_STYLE</config>
<md>XML_STYLE</md> <md>XML_STYLE</md>
<ftlh>FTL</ftlh>
<tpl>SCRIPT_STYLE</tpl>
<ts>SLASHSTAR_STYLE</ts>
</mapping> </mapping>
<licenseSets> <licenseSets>
<licenseSet> <licenseSet>
<header>license/eupl_v1_2_de/header.txt</header> <header>license/eupl_v1_2_de/header.txt</header>
</licenseSet>
<excludes> <excludes>
<exclude>src/test/resources/**</exclude> <exclude>src/test/resources/**</exclude>
<exclude>src/main/resources/**</exclude> <exclude>src/main/resources/**</exclude>
<exclude>**/.angular/cache/**</exclude>
<exclude>**/.nx/**</exclude>
<exclude>**/node_modules/**</exclude>
</excludes> </excludes>
</licenseSet>
</licenseSets> </licenseSets>
</configuration> </configuration>
<dependencies> <dependencies>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment