Remove alfresco-global.properties from the test jar file

This commit is contained in:
Tuna Aksoy
2016-01-24 15:19:04 +00:00
parent 10b90b5a5b
commit 3100b867ad

View File

@@ -216,6 +216,11 @@
</goals>
</execution>
</executions>
<configuration>
<excludes>
<exclude>**/alfresco-global.properties</exclude>
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>