Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 48626 invoked from network); 27 May 2009 02:16:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 May 2009 02:16:57 -0000 Received: (qmail 25043 invoked by uid 500); 27 May 2009 02:17:10 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 25017 invoked by uid 500); 27 May 2009 02:17:09 -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 25007 invoked by uid 99); 27 May 2009 02:17:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 May 2009 02:17:09 +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; Wed, 27 May 2009 02:17:06 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 898D6234C004 for ; Tue, 26 May 2009 19:16:45 -0700 (PDT) Message-ID: <1755736617.1243390605549.JavaMail.jira@brutus> Date: Tue, 26 May 2009 19:16:45 -0700 (PDT) From: "Freeman Fang (JIRA)" To: issues@cxf.apache.org Subject: [jira] Resolved: (CXF-2240) add ibmjdk profile for cxf-codegen-plugin In-Reply-To: <1671139505.1243336905611.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CXF-2240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Freeman Fang resolved CXF-2240. ------------------------------- Resolution: Fixed commit fix http://svn.apache.org/viewvc?rev=778719&view=rev for trunk http://svn.apache.org/viewvc?rev=778950&view=rev for 2.1.x branch http://svn.apache.org/viewvc?rev=778961&view=rev for 2.0.x branch > add ibmjdk profile for cxf-codegen-plugin > ----------------------------------------- > > Key: CXF-2240 > URL: https://issues.apache.org/jira/browse/CXF-2240 > Project: CXF > Issue Type: Improvement > Affects Versions: 2.0.11, 2.1.5, 2.2.1 > Reporter: Freeman Fang > Assignee: Freeman Fang > > cxf-codegen-plugin need xercesImp dependency with IBM JDK, so if other project use cxf-code-plugin with IBM JDK, need add IBM JDK pofile to change default cxf-codegen-plugin dependency, like what already done in > https://issues.apache.org/activemq/browse/CAMEL-939 > https://issues.apache.org/activemq/browse/SMX4-149 > We can add ibm jdk profile in cxf-codegen-plugin pom to avoid this > like add > + > + > + ibmjdk > + > + > + java.vendor > + IBM Corporation > + > + > + > + > + xerces > + xercesImpl > + 2.8.1 > + > + > + > + -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.