diff --git a/spring-faces/build.xml b/spring-faces/build.xml index 7696a4f8..14c93d5d 100644 --- a/spring-faces/build.xml +++ b/spring-faces/build.xml @@ -3,6 +3,7 @@ + \ No newline at end of file diff --git a/spring-faces/pom.xml b/spring-faces/pom.xml index 400531f5..cb6bb17c 100644 --- a/spring-faces/pom.xml +++ b/spring-faces/pom.xml @@ -187,13 +187,26 @@ - - + + + false src/main/java **/*.xsd - + + **/.svn/** + + + + false + src/main/resources + + META-INF/spring.* + + + + src/test/java diff --git a/spring-js-resources/build.xml b/spring-js-resources/build.xml index 74cef270..396d115c 100644 --- a/spring-js-resources/build.xml +++ b/spring-js-resources/build.xml @@ -3,6 +3,7 @@ + diff --git a/spring-js-resources/pom.xml b/spring-js-resources/pom.xml index 5b845275..9f60f661 100644 --- a/spring-js-resources/pom.xml +++ b/spring-js-resources/pom.xml @@ -6,4 +6,26 @@ jar Spring JavaScript Resources 2.3.0.BUILD-SNAPSHOT + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + process-test-resources + + run + + + + + + + + + + +