Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 62218 invoked from network); 28 Apr 2009 16:17:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Apr 2009 16:17:59 -0000 Received: (qmail 90449 invoked by uid 500); 28 Apr 2009 16:17:59 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 90376 invoked by uid 500); 28 Apr 2009 16:17:59 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 90357 invoked by uid 99); 28 Apr 2009 16:17:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Apr 2009 16:17:59 +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; Tue, 28 Apr 2009 16:17:50 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 75B8D234C003 for ; Tue, 28 Apr 2009 09:17:30 -0700 (PDT) Message-ID: <1893540222.1240935450466.JavaMail.jira@brutus> Date: Tue, 28 Apr 2009 09:17:30 -0700 (PDT) From: "Guillaume Nodet (JIRA)" To: dev@felix.apache.org Subject: [jira] Created: (FELIX-1080) Enhance features maven plugin to support deployment / undeployment of features, html generation and create a few archetypes 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 Enhance features maven plugin to support deployment / undeployment of features, html generation and create a few archetypes --------------------------------------------------------------------------------------------------------------------------- Key: FELIX-1080 URL: https://issues.apache.org/jira/browse/FELIX-1080 Project: Felix Issue Type: New Feature Components: Karaf Reporter: Guillaume Nodet Enhance the features maven plugin (http://svn.apache.org/repos/asf/servicemix/maven-plugins/features-maven-plugin) to support : 1) Deployment / undeployment of features, 2) Generate html page about features : see http://fusesource.com/forums/message.jspa?messageID=2005#2005 for the suggestion 3) Creation a few archetypes: * one for creating a custom smx kernel distribution + a set of features (like what we do for our distributions). * one for creating a feature descriptor automatically generated using the maven plugin we already have + upload in the maven repo. Ideally, the descriptor should be created from the user pom.xml profile file or (pom.xml files if the user has created a parent pom.xml with modules) * one for creating a manually written feature descriptor + upload in the maven repo The two last archetypes should reference our maven plugin so that they could be easily installed / uninstalled to a running (or not) smx4 kernel instance using maven. Remark : this ticket has been created following discussions exchanged in the forum of SMX : http://www.nabble.com/forum/ViewPost.jtp?post=22285345&framed=y -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.