summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.3/tools/wsdl2java
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-06-17 09:27:31 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-06-17 09:27:31 +0000
commit7fb7b9b9d9cfa8d2be0c588e5531c03e640424a8 (patch)
tree4b72e2a44f837782d6768faca8d9eab0ca92af93 /branches/sca-java-1.3/tools/wsdl2java
parente251034dae9b537f4e495c7419fa2078b3688597 (diff)
Fix distribution build by going back to the old shade plugin and removing all the test classes from being included in various modules
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668583 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.3/tools/wsdl2java')
-rw-r--r--branches/sca-java-1.3/tools/wsdl2java/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/sca-java-1.3/tools/wsdl2java/pom.xml b/branches/sca-java-1.3/tools/wsdl2java/pom.xml
index 80c7054f7f..56e7efcafe 100644
--- a/branches/sca-java-1.3/tools/wsdl2java/pom.xml
+++ b/branches/sca-java-1.3/tools/wsdl2java/pom.xml
@@ -207,7 +207,7 @@
<executions>
<execution>
<id>add-test-source</id>
- <phase>generate-sources</phase>
+ <phase>generate-test-sources</phase>
<goals>
<goal>add-test-source</goal>
</goals>