Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-6453

In cxf-java2ws-plugin the attachWsdl parameter in documentation has wrong value

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.1.1
    • 3.1.2
    • Documentation
    • 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>
      . . .
      

      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

          /**
           * 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;
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            apanag Andreas Panagiotidis
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 1h
                1h
                Remaining:
                Remaining Estimate - 1h
                1h
                Logged:
                Time Spent - Not Specified
                Not Specified