Sourcen neu generiert, u.a. OmdsServicePortImpl.java.
This commit is contained in:
@@ -192,21 +192,25 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
|
||||
<dependency>
|
||||
<groupId>org.apache.cxf</groupId>
|
||||
<artifactId>cxf-rt-frontend-simple</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.cxf</groupId>
|
||||
<artifactId>cxf-rt-frontend-jaxws</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.cxf</groupId>
|
||||
<artifactId>cxf-rt-bindings-soap</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.cxf</groupId>
|
||||
<artifactId>cxf-rt-transports-http</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<!-- Jetty is needed if you're not using the CXFServlet -->
|
||||
|
||||
@@ -223,6 +227,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
|
||||
<dependency>
|
||||
<groupId>org.apache.cxf</groupId>
|
||||
<artifactId>cxf-rt-features-logging</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- CFX Ende -->
|
||||
@@ -288,15 +293,15 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
|
||||
<wsdl>${wsdl.dir}/omds3Services.wsdl</wsdl>
|
||||
<!-- wsdl/jaxb Binding wie der Code generiert werden soll -->
|
||||
<!-- you can set the options of wsdl2java command by using the <extraargs> -->
|
||||
<!-- <extraargs>-->
|
||||
<extraargs>
|
||||
<!-- <extraarg>-v</extraarg><!– zeige Versionsnummer dieses Tools –>-->
|
||||
<!-- <extraarg>-impl</extraarg><!– Generates starting point code for an implementation object. –>-->
|
||||
<extraarg>-impl</extraarg><!-- Generates starting point code for an implementation object. -->
|
||||
<!-- <extraarg>-validate</extraarg><!– Enables validating the WSDL before generating the code. –>-->
|
||||
<!-- <extraarg>-client</extraarg><!– Generates starting point code for a client mainline. –>-->
|
||||
<!-- <extraarg>-verbose</extraarg><!– Displays comments during the code generation process. –>-->
|
||||
<extraarg>-verbose</extraarg><!-- Displays comments during the code generation process. -->
|
||||
<!-- <extraarg>-mark-generated</extraarg><!– Markiere Klassen als generiert –>-->
|
||||
<!-- <extraarg>-suppress-generated-date</extraarg><!– aber keine Datümer einbinden –>-->
|
||||
<!-- </extraargs>-->
|
||||
</extraargs>
|
||||
<bindingFiles>
|
||||
<!-- wsdl -->
|
||||
<bindingFile>${wsdl.dir}/wsdl_binding.xml</bindingFile>
|
||||
|
||||
Reference in New Issue
Block a user