Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.1.1
-
Novice
Description
In cxf-java2ws-plugin the value of the attachWsdl parameter does not correspond to value of the code.
Documentation:
http://cxf.apache.org/docs/maven-java2ws-plugin.html
(search for attachWsdl)
Here are the options you can use and their defaults:
<configuration>
. . .
<attachWsdl>false</attachWsdl>
. . .
/** * Attach the generated wsdl file to the list of files to be deployed * on install. This means the wsdl file will be copied to the repository * with groupId, artifactId and version of the project and type "wsdl". * * With this option you can use the maven repository as a Service Repository. * * @parameter default-value="true" */ private Boolean attachWsdl;