You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Andreas Panagiotidis (JIRA)" <ji...@apache.org> on 2015/06/10 13:23:00 UTC

[jira] [Created] (CXF-6453) In cxf-java2ws-plugin the attachWsdl parameter in documentation has wrong value

Andreas Panagiotidis created CXF-6453:
-----------------------------------------

             Summary: In cxf-java2ws-plugin the attachWsdl parameter in documentation has wrong value
                 Key: CXF-6453
                 URL: https://issues.apache.org/jira/browse/CXF-6453
             Project: CXF
          Issue Type: Bug
          Components: Documentation
    Affects Versions: 3.1.1
            Reporter: Andreas Panagiotidis


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)
{quote}
Here are the options you can use and their defaults:
{quote}
{code}
<configuration>
. . .
   <attachWsdl>false</attachWsdl>
. . .
{code}


Source code:
https://fisheye6.atlassian.com/browse/~br=master/cxf/maven-plugins/java2ws-plugin/src/main/java/org/apache/cxf/maven_plugin/Java2WSMojo.java?hb=true
{code}
    /**
     * 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;
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)