aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 0b072f72..712cadf6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -627,9 +627,22 @@
</testResource>
</testResources>
<resources>
+ <!-- For AAF folder maven should not try to filter Keystores/Truststores ...
+ Otherwise they will be broken and unreadable
+ -->
<resource>
<directory>src/main/resources</directory>
<filtering>true</filtering>
+ <excludes>
+ <exclude>clds/aaf/**</exclude>
+ </excludes>
+ </resource>
+ <resource>
+ <directory>src/main/resources</directory>
+ <filtering>false</filtering>
+ <includes>
+ <include>clds/aaf/**</include>
+ </includes>
</resource>
<resource>
<directory>src/main/docker</directory>