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.