aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index bd135fc..5ad5d11 100644
--- a/pom.xml
+++ b/pom.xml
@@ -196,6 +196,10 @@
<wsdl>${project.basedir}/src/main/resources/zusetnvz/zuse2tnvz_p2.wsdl</wsdl>
<wsdlLocation>classpath:zusetnvz/app2zuse_p2.wsdl</wsdlLocation>
</wsdlOption>
+ <wsdlOption>
+ <wsdl>${project.basedir}/src/main/resources/zusemsg/zuse2app_p2.wsdl</wsdl>
+ <wsdlLocation>classpath:zusemsg/zuse2app_p2.wsdl</wsdlLocation>
+ </wsdlOption>
</wsdlOptions>
</configuration>
<goals>
@@ -244,6 +248,8 @@
<excludes>
<exclude>${exclude-test-pattern}</exclude>
</excludes>
+ <trimStackTrace>false</trimStackTrace>
+ <useFile>false</useFile>
</configuration>
</plugin>