Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 85715 invoked from network); 9 Nov 2010 19:47:58 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Nov 2010 19:47:58 -0000 Received: (qmail 87075 invoked by uid 500); 9 Nov 2010 19:48:29 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 86859 invoked by uid 500); 9 Nov 2010 19:48:29 -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 86850 invoked by uid 99); 9 Nov 2010 19:48:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Nov 2010 19:48:29 +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; Tue, 09 Nov 2010 19:48:29 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oA9Jm84D022188 for ; Tue, 9 Nov 2010 19:48:08 GMT Message-ID: <23927494.107151289332088314.JavaMail.jira@thor> Date: Tue, 9 Nov 2010 14:48:08 -0500 (EST) From: "Alex Blewitt (JIRA)" To: dev@felix.apache.org Subject: [jira] Created: (FELIX-2692) Support maven type 'wab' for web bundles MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Support maven type 'wab' for web bundles ---------------------------------------- Key: FELIX-2692 URL: https://issues.apache.org/jira/browse/FELIX-2692 Project: Felix Issue Type: New Feature Components: Maven Bundle Plugin Affects Versions: maven-bundle-plugin-2.0.1 Reporter: Alex Blewitt Given the standardisation on WABs as part of the official specification, and that WARs currently don't have web data associated with them, would it make sense to support a new packaging type 'wab' for Maven projects that does the same as the WAR plugin, but adding metadata as well? It might need to determine the difference between 'compile' and 'provided' for inclusion in the 'WEB-INF/lib' subdirectory, so that the dependency information is recorded but not packaged into the WAR file. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.