Return-Path: Delivered-To: apmail-karaf-issues-archive@minotaur.apache.org Received: (qmail 43550 invoked from network); 9 Dec 2010 22:45:26 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Dec 2010 22:45:26 -0000 Received: (qmail 49582 invoked by uid 500); 9 Dec 2010 22:45:26 -0000 Delivered-To: apmail-karaf-issues-archive@karaf.apache.org Received: (qmail 49562 invoked by uid 500); 9 Dec 2010 22:45:26 -0000 Mailing-List: contact issues-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@karaf.apache.org Delivered-To: mailing list issues@karaf.apache.org Received: (qmail 49553 invoked by uid 99); 9 Dec 2010 22:45:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Dec 2010 22:45:26 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Dec 2010 22:45:25 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oB9Mj4tg025891 for ; Thu, 9 Dec 2010 22:45:04 GMT Message-ID: <11503104.47761291934704750.JavaMail.jira@thor> Date: Thu, 9 Dec 2010 17:45:04 -0500 (EST) From: "Andreas Pieber (JIRA)" To: issues@karaf.apache.org Subject: [jira] Commented: (KARAF-244) features-maven-plugin does not work with maven 3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/KARAF-244?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D12969= 986#action_12969986 ]=20 Andreas Pieber commented on KARAF-244: -------------------------------------- btw: the patch applys to karaf-2.1.x and trunk > features-maven-plugin does not work with maven 3 > ------------------------------------------------ > > Key: KARAF-244 > URL: https://issues.apache.org/jira/browse/KARAF-244 > Project: Karaf > Issue Type: Bug > Components: tooling > Affects Versions: 2.1.0 > Reporter: Bengt Rodehav > Assignee: Jean-Baptiste Onofr=C3=A9 > Attachments: maven3.patch > > > Now that maven 3 has been released, I think it is important to get the fe= atures-maven-plugin to work under maven 3. The problem is that you normally= use "mvn:" url's in the features-maven-plugin, e g: > > > > org.apache.karaf.tooling > features-maven-plugin > > > add-features-to-repo > generate-resources > > add-features-to-repo > > > > mvn:org.apache.karaf/apache-karaf/${karaf-ver= sion}/xml/features > > > ssh > management > webconsole > > ${project.build.directory}/features-repo > > > > > But the url handler for "mvn:" does not work under maven 3 due to changes= in the classpath handling. An alternative must be developed. I've noticed = on the ops4j mailing list that something called pax-url-aether is in the wo= rks. Maybe that's an option for features-maven-plugin? --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.