From 2d8bd12810fa007f2c95e7fc8ef4c4f7a73423e8 Mon Sep 17 00:00:00 2001 From: nash Date: Wed, 3 Nov 2010 20:16:22 +0000 Subject: TUSCANY-3765: Ensure all classes produced by the build are compatible with JDK 5 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1030643 13f79535-47bb-0310-9956-ffa450edef68 --- .../branches/sca-java-1.6.1/itest/wsdlgen/pom.xml | 68 +++++++++++++++++++++- 1 file changed, 67 insertions(+), 1 deletion(-) (limited to 'sca-java-1.x/branches/sca-java-1.6.1/itest') diff --git a/sca-java-1.x/branches/sca-java-1.6.1/itest/wsdlgen/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/itest/wsdlgen/pom.xml index b1150145bf..ee6237e12c 100644 --- a/sca-java-1.x/branches/sca-java-1.6.1/itest/wsdlgen/pom.xml +++ b/sca-java-1.x/branches/sca-java-1.6.1/itest/wsdlgen/pom.xml @@ -206,8 +206,74 @@ helloworld.HelloWorldImpl true true + + ${basedir}/target/unused-wsgen-classes + ${basedir}/target/jaxws-source - + + + + org.codehaus.mojo + build-helper-maven-plugin + 1.0 + + + add-test-source + generate-test-sources + + add-test-source + + + + ${basedir}/target/jaxws-source + + + + + + + + maven-resources-plugin + + + copy-jaxws-classes + process-test-classes + + copy-resources + + + ${basedir}/target/classes/helloworld + + + ${basedir}/target/test-classes/helloworld + + jaxws/** + + + + + + + + + + maven-antrun-plugin + + + cleanup-jaxws-classes + process-test-classes + + run + + + + + + + + + + -- cgit v1.2.3