Bob Paulin created ARIES-1915:
---------------------------------
Summary: Enable an ESA file as a maven artifact attachment
Key: ARIES-1915
URL: https://issues.apache.org/jira/browse/ARIES-1915
Project: Aries
Issue Type: Improvement
Components: ESA Maven Plugin
Reporter: Bob Paulin
I would like to add the esa artifact as an attachment with dependencies while
allowing an existing bundle to be built and used by itself. The ESA could then
be downloaded instead by applying a classifier. Adding a flag would allow this
to be enabled for projects that want this behavior but disable would not modify
existing behavior.
<plugin>
<groupId>org.apache.aries</groupId>
<artifactId>esa-maven-plugin</artifactId>
<version>1.0.3-SNAPSHOT</version>
<configuration>
<attachEsa>true</attachEsa>
......
</configuration>
</plugin>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)