-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.1.1
-
Fix Version/s: 3.1.2
-
Component/s: Documentation
-
Labels:
-
Estimated Complexity:Novice
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;