summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.3/tools/java2wsdl/pom.xml
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/java2wsdl/pom.xml
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/java2wsdl/pom.xml')
-rw-r--r--branches/sca-java-1.3/tools/java2wsdl/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/sca-java-1.3/tools/java2wsdl/pom.xml b/branches/sca-java-1.3/tools/java2wsdl/pom.xml
index f67d21178f..88c53e510c 100644
--- a/branches/sca-java-1.3/tools/java2wsdl/pom.xml
+++ b/branches/sca-java-1.3/tools/java2wsdl/pom.xml
@@ -196,7 +196,7 @@
<executions>
<execution>
<id>generate-sdo</id>
- <phase>generate-sources</phase>
+ <phase>generate-test-sources</phase>
<configuration>
<schemaFile>${basedir}/src/test/resources/CreditScoreDocLit.wsdl</schemaFile>
<javaPackage>org.example.creditscore.doclit</javaPackage>