Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 71293 invoked from network); 4 Jul 2008 13:57:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jul 2008 13:57:58 -0000 Received: (qmail 37071 invoked by uid 500); 4 Jul 2008 13:57:59 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 37060 invoked by uid 500); 4 Jul 2008 13:57:59 -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 37049 invoked by uid 99); 4 Jul 2008 13:57:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jul 2008 06:57:59 -0700 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; Fri, 04 Jul 2008 13:57:16 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A83B8234C150 for ; Fri, 4 Jul 2008 06:57:34 -0700 (PDT) Message-ID: <1271508353.1215179854685.JavaMail.jira@brutus> Date: Fri, 4 Jul 2008 06:57:34 -0700 (PDT) From: "Dave Leatherdale (JIRA)" To: issues@cxf.apache.org Subject: [jira] Commented: (CXF-1686) maven-codegen-plugin: Add ability to specify a default set of options for all wsdls in a project. In-Reply-To: <1933163091.1215165693687.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CXF-1686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12610588#action_12610588 ] Dave Leatherdale commented on CXF-1686: --------------------------------------- Just noticed a small bug in the patch in WsdlOptionLoader.generateWsdlOption the line {code} wsdlOption.setExtraargs(defaultOptions.getExtraargs()); {code} should read {code} wsdlOption.getExtraargs().addAll(defaultOptions.getExtraargs()); {code} Otherwise any binding files which are found via file name matches will be attached to all wsdls using the default options. > maven-codegen-plugin: Add ability to specify a default set of options for all wsdls in a project. > ------------------------------------------------------------------------------------------------- > > Key: CXF-1686 > URL: https://issues.apache.org/jira/browse/CXF-1686 > Project: CXF > Issue Type: Improvement > Components: Tooling > Reporter: Dave Leatherdale > Attachments: CXF-1686.diff > > > I have a project with a large number of wsdls which i want to process not using the default options. Currently i can only specify these options for each wsdl individually would be good if a set of global defaults could be set. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.