summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/itest/wsdlgen/pom.xml
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-10-01 15:23:45 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-10-01 15:23:45 +0000
commit574b17f369e247d6711421eeeaf6d4759e7fb2e1 (patch)
treef16098831fa8637b115782ff4a75ee2db89dfd0d /branches/sca-java-1.x/itest/wsdlgen/pom.xml
parent00a5b3a769c59878e1754307f87abb3d235ee828 (diff)
TUSCANY-3283 - improve the wsdlgen test case to test the situation where a type with a namespace references a type without a namespace
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820686 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/itest/wsdlgen/pom.xml')
-rw-r--r--branches/sca-java-1.x/itest/wsdlgen/pom.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/itest/wsdlgen/pom.xml b/branches/sca-java-1.x/itest/wsdlgen/pom.xml
index 92b361bf07..0a2a280e62 100644
--- a/branches/sca-java-1.x/itest/wsdlgen/pom.xml
+++ b/branches/sca-java-1.x/itest/wsdlgen/pom.xml
@@ -87,6 +87,27 @@
<build>
<finalName>${artifactId}</finalName>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>jaxws-maven-plugin</artifactId>
+ <version>1.9</version>
+ <executions>
+ <execution>
+ <phase>generate-test-sources</phase>
+ <goals>
+ <goal>wsgen</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <sei>helloworld.HelloWorldImpl</sei>
+ <genWsdl>true</genWsdl>
+ <keep>true</keep>
+ </configuration>
+ </plugin>
+ </plugins>
+
</build>
</project>