diff options
Diffstat (limited to '')
-rw-r--r-- | branches/sca-java-1.x/distribution/src/main/assembly/bin.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/branches/sca-java-1.x/distribution/src/main/assembly/bin.xml b/branches/sca-java-1.x/distribution/src/main/assembly/bin.xml index 679e6ac8a4..3cfdaeb778 100644 --- a/branches/sca-java-1.x/distribution/src/main/assembly/bin.xml +++ b/branches/sca-java-1.x/distribution/src/main/assembly/bin.xml @@ -298,10 +298,8 @@ <exclude>store/*/target/surefire-reports/**/*</exclude> <exclude>store/*/target/maven-archiver</exclude> <exclude>store/*/target/maven-archiver/**/*</exclude> - <exclude>store/catalog-webapp/target/war</exclude> - <exclude>store/catalog-webapp/target/war/**/*</exclude> - <exclude>store/catalog-webapp/target/tutorial-catalog-webapp</exclude> - <exclude>store/catalog-webapp/target/tutorial-catalog-webapp/**/*</exclude> + <exclude>store/catalog-webapp/target</exclude> + <exclude>store/catalog-webapp/target/**/*</exclude> <exclude>store/store-db/target/cart-db/</exclude> <exclude>store/store-db/target/cart-db/**/*</exclude> <exclude>store/store-eu/target/cart-eu-db/</exclude> |