Skip to content

Commit

Permalink
Updated wsdl file reference
Browse files Browse the repository at this point in the history
  • Loading branch information
cameroncaci committed Oct 17, 2023
1 parent 2688203 commit 3a82e79
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>
<groupId>com.milmove.trdmlambda</groupId>
<artifactId>trdm-lambda</artifactId>
<version>0.1.5</version>
<version>0.1.6</version>
<name>trdm java spring interface</name>
<description>Project for deploying a Java RESTful interface for SOAP requests to TRDM.</description>
<properties>
Expand Down Expand Up @@ -124,7 +124,8 @@
<includes>
<include>**/*.class</include>
<include>**/*.wsdl</include> <!-- Needed for runtime class generation -->
<include>**/*.yml</include> <!-- This line should be redundant, but just to be safe -->
<include>**/*.yml</include> <!-- This line should be redundant, but just to
be safe -->
</includes>
</configuration>
</plugin>
Expand Down Expand Up @@ -159,7 +160,7 @@
implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
<resource>META-INF/cxf/org.apache.cxf.bus.factory</resource>
</transformer>
</transformers>
</transformers>
<filters>
<filter>
<artifact>*:*</artifact>
Expand Down Expand Up @@ -191,7 +192,7 @@
<sourceRoot>${project.build.directory}/generated-sources/cxf</sourceRoot>
<wsdlOptions>
<wsdlOption>
<wsdl>src/main/resources/ReturnTableV7.wsdl</wsdl>
<wsdl>${project.basedir}/src/main/resources/ReturnTableV7.wsdl</wsdl>
</wsdlOption>
</wsdlOptions>
</configuration>
Expand Down

0 comments on commit 3a82e79

Please sign in to comment.