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:43:55 UTC

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

    [ https://issues.apache.org/jira/browse/CXF-6453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14580421#comment-14580421 ] 

Andreas Panagiotidis commented on CXF-6453:
-------------------------------------------

I would have updated the documentation, but I do not have enough rights.
https://cwiki.apache.org/confluence/pages/editpage.action?pageId=2853218



> 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
>              Labels: documentation
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> 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)