Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 5621 invoked from network); 30 Nov 2009 21:49:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Nov 2009 21:49:44 -0000 Received: (qmail 49263 invoked by uid 500); 30 Nov 2009 21:49:44 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 49225 invoked by uid 500); 30 Nov 2009 21:49:44 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 48978 invoked by uid 99); 30 Nov 2009 21:49:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Nov 2009 21:49:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Nov 2009 21:49:41 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B62F7234C48D for ; Mon, 30 Nov 2009 13:49:20 -0800 (PST) Message-ID: <1932244545.1259617760745.JavaMail.jira@brutus> Date: Mon, 30 Nov 2009 21:49:20 +0000 (UTC) From: "Christian Schneider (JIRA)" To: issues@cxf.apache.org Subject: [jira] Commented: (CXF-2276) Maven plugins: Support attaching generated WSDLs to the Maven build In-Reply-To: <1857835523.1244631847343.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CXF-2276?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D127838= 57#action_12783857 ]=20 Christian Schneider commented on CXF-2276: ------------------------------------------ At the moment it does not work.=20 I am using the following line of code to attach the artifact: projectHelper.attachArtifact(project, "wsdl", wsdlFile); This only allows the artifact to be named like the project. Perhaps maven a= llows another way of doing this but I do not know how to do it. Can you explain a little about the usecase why you need several wsdls comin= g out of one project? > 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=C3=B8l > Assignee: Christian Schneider > Fix For: 2.2.4 > > > The WSDL generator should support attaching the generated WSDLs to the bu= ild as a wsdl artifact. This makes it easier to automatically distribute WS= DLs 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. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.