You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Christian Schneider (JIRA)" <ji...@apache.org> on 2009/09/03 14:54:57 UTC

[jira] Issue Comment Edited: (CXF-2276) Maven plugins: Support attaching generated WSDLs to the Maven build

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

Christian Schneider edited comment on CXF-2276 at 9/3/09 5:54 AM:
------------------------------------------------------------------

I propose to add an option to the configuration of the plugin.

<configuration>
  <attachWsdl>true</attachWsdl>
</configuration>

In this case the wsdl will be deployed to the maven repository with the groupId, artifactId and version of the project and type wsdl. Do you think we need any further options?


      was (Author: chris@die-schneider.net):
    I propose to add an option to the configuration of the plugin.

<configuration>
  <deploy-wsdl/>
</configuration>

In this case the wsdl will be deployed to the maven repository with the groupId, artifactId and version of the project and type wsdl. Do you think we need any further options?

  
> Maven plugins: Support attaching generated WSDLs to the Maven build
> -------------------------------------------------------------------
>
>                 Key: CXF-2276
>                 URL: https://issues.apache.org/jira/browse/CXF-2276
>             Project: CXF
>          Issue Type: New Feature
>          Components: Tooling
>    Affects Versions: 2.2.2
>            Reporter: Trygve Laugstøl
>            Assignee: Christian Schneider
>
> The WSDL generator should support attaching the generated WSDLs to the build as a wsdl artifact. This makes it easier to automatically distribute WSDLs with the interfaces. It will also spare the need for the builder-helper plugin to attach the WSDL to the build. Less xml is yay.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.