summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.3/tools
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-java-1.3/tools')
-rw-r--r--branches/sca-java-1.3/tools/java2wsdl/pom.xml2
-rw-r--r--branches/sca-java-1.3/tools/wsdl2java/pom.xml2
2 files changed, 2 insertions, 2 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>
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>