Rework AAF classes
[clamp.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 0b072f7..712cadf 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                                </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>