Return-Path: Delivered-To: apmail-karaf-issues-archive@minotaur.apache.org Received: (qmail 51973 invoked from network); 14 Jan 2011 11:08:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Jan 2011 11:08:11 -0000 Received: (qmail 45131 invoked by uid 500); 14 Jan 2011 11:08:11 -0000 Delivered-To: apmail-karaf-issues-archive@karaf.apache.org Received: (qmail 44389 invoked by uid 500); 14 Jan 2011 11:08:09 -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 44245 invoked by uid 99); 14 Jan 2011 11:08:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Jan 2011 11:08:08 +0000 X-ASF-Spam-Status: No, hits=-1998.7 required=10.0 tests=ALL_TRUSTED,URI_HEX 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; Fri, 14 Jan 2011 11:08:08 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p0EB7lwf012955 for ; Fri, 14 Jan 2011 11:07:47 GMT Message-ID: <24576110.366841295003267589.JavaMail.jira@thor> Date: Fri, 14 Jan 2011 06:07:47 -0500 (EST) From: "Andreas Pieber (JIRA)" To: issues@karaf.apache.org Subject: [jira] Commented: (KARAF-387) Create an assembly mmaven module under feature to generate basic and enterprise features xml file In-Reply-To: <27416856.365911294999065724.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/KARAF-387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12981717#action_12981717 ] Andreas Pieber commented on KARAF-387: -------------------------------------- we use the feature files via maven {code} add-features-to-repo generate-resources add-features-to-repo mvn:org.apache.karaf/apache-karaf/${karaf.version}/xml/features (or something like this) mvn:org.apache.karaf/apache-karaf/${karaf.version}/xml/features (or something like this) {code} We can include them then using the dependency plugin and the assembly plugin then or simply adding the includeMvnBasedDescriptors (KARAF-373) which will automatically copy the karaf feature files to the feature-repo. > Create an assembly mmaven module under feature to generate basic and enterprise features xml file > ------------------------------------------------------------------------------------------------- > > Key: KARAF-387 > URL: https://issues.apache.org/jira/browse/KARAF-387 > Project: Karaf > Issue Type: Improvement > Affects Versions: 2.2.0 > Reporter: Charles Moulliard > > http://karaf.922171.n3.nabble.com/Suggestion-features-amp-enterprise-features-td2253962.html > The karaf project contains now two features files : basic and > enterprise. One is generated by the karaf/assembly maven module and > the other by the maven module karaf/features/enterprise > Let's me propose that we put both modules under the same maven module > karaf/features/assembly/standard and > karaf/features/assembly/enterprise > Why : It will be possible to generate easily and quickly both of them > from the karaf/features/assembly module. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.