[ 
https://issues.apache.org/jira/browse/CXF-7924?focusedWorklogId=181049&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-181049
 ]

ASF GitHub Bot logged work on CXF-7924:
---------------------------------------

                Author: ASF GitHub Bot
            Created on: 04/Jan/19 10:59
            Start Date: 04/Jan/19 10:59
    Worklog Time Spent: 10m 
      Work Description: amarkevich commented on pull request #493: 
cxf-systests-codegen: update dependency after CXF-7924
URL: https://github.com/apache/cxf/pull/493
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 181049)
    Time Spent: 0.5h  (was: 20m)

> cxf-java2ws-plugin: Only one WSDL is generated and deployed per artifact.
> -------------------------------------------------------------------------
>
>                 Key: CXF-7924
>                 URL: https://issues.apache.org/jira/browse/CXF-7924
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 3.2.7
>         Environment: Maven 3.5.4, JDK 1.8.0_191
>            Reporter: Harry Braun
>            Assignee: Freeman Fang
>            Priority: Major
>             Fix For: 3.3.0, 3.2.8
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> If more than one WSDL is created in a Maven build, only one WSDL is created 
> and stored in the repository. With version 3.2.4 a file with the extension 
> <webservice>.wsdl is created for each WSDL, with version 3.2.7 there is only 
> one file with the extension .wsdl, in which probably only the last generated 
> webservice was stored.
> All projects that offer several web services can not be converted to version 
> 3.2.7.
> <execution>
>  <id>wsdl-ABCWS</id>
>  <phase>process-classes</phase>
>  <configuration>
>  <className>backend.ws.ABCWS</className>
>  <genWsdl>true</genWsdl>
>  <verbose>true</verbose>
>  
> <outputFile>${project.build.directory}/generated-sources/wsdl/ABCWS.wsdl</outputFile>
>  <attachWsdl>true</attachWsdl>
>  </configuration>
>  <goals>
>  <goal>java2ws</goal>
>  </goals>
>  </execution>
>  <execution>
>  <id>wsdl-XYZWS</id>
>  <phase>process-classes</phase>
>  <configuration>
>  <className>backend.ws.XYZWS</className>
>  <genWsdl>true</genWsdl>
>  <verbose>true</verbose>
>  
> <outputFile>${project.build.directory}/generated-sources/wsdl/XYZWS.wsdl</outputFile>
>  <attachWsdl>true</attachWsdl>
>  </configuration>
>  <goals>
>  <goal>java2ws</goal>
>  </goals>
>  </execution>



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to