aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorChristof Rabensteiner <christof.rabensteiner@iaik.tugraz.at>2019-04-08 07:25:59 +0200
committerChristof Rabensteiner <christof.rabensteiner@iaik.tugraz.at>2019-04-08 07:25:59 +0200
commit648632858c007b361476953d0b3019c410a75fb7 (patch)
treeb9ec2879f506234415dfa6918c8424f33ccf562b /pom.xml
parent6777c7d0dc5998fe80b71d3ed64c1e7dee872bc0 (diff)
downloadmoa-zs-648632858c007b361476953d0b3019c410a75fb7.tar.gz
moa-zs-648632858c007b361476953d0b3019c410a75fb7.tar.bz2
moa-zs-648632858c007b361476953d0b3019c410a75fb7.zip
Add app2zuse WSDL and Friends
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index fd7c4b9..67cafe0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,6 +77,10 @@
<wsdl>${project.basedir}/src/main/resources/mzs/app2mzs.wsdl</wsdl>
<wsdlLocation>classpath:wsdl/app2mzs.wsdl</wsdlLocation>
</wsdlOption>
+ <wsdlOption>
+ <wsdl>${project.basedir}/src/main/resources/zusemsg/app2zuse_p2.wsdl</wsdl>
+ <wsdlLocation>classpath:wsdl/app2zuse_p2.wsdl</wsdlLocation>
+ </wsdlOption>
</wsdlOptions>
</configuration>
<goals>