summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/clients/currency-converter-ws-jaxws-client/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/travelsample/clients/currency-converter-ws-jaxws-client/pom.xml')
-rw-r--r--sandbox/travelsample/clients/currency-converter-ws-jaxws-client/pom.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/sandbox/travelsample/clients/currency-converter-ws-jaxws-client/pom.xml b/sandbox/travelsample/clients/currency-converter-ws-jaxws-client/pom.xml
index 99284091fb..309572e007 100644
--- a/sandbox/travelsample/clients/currency-converter-ws-jaxws-client/pom.xml
+++ b/sandbox/travelsample/clients/currency-converter-ws-jaxws-client/pom.xml
@@ -50,9 +50,7 @@
<goal>wsimport</goal>
</goals>
<configuration>
- <wsdlUrls>
- <wsdlUrl>http://localhost:8080/CurrencyConverter?wsdl</wsdlUrl>
- </wsdlUrls>
+ <wsdlDirectory>${basedir}/src/main/resources/wsdl</wsdlDirectory>
<packageName>scatours.curencyconverter.client</packageName>
</configuration>
</execution>