[
https://issues.apache.org/jira/browse/ARIES-1915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16845393#comment-16845393
]
Bob Paulin commented on ARIES-1915:
-----------------------------------
Patch included [^ARIES-1915.patch] Also add
[^maven-esa-test-1.0-SNAPSHOT.jar] at path
esa-maven-plugin/src/test/resources/unit/basic-esa-content-attach-esa/target
> 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
> Priority: Minor
> Attachments: ARIES-1915.patch, maven-esa-test-1.0-SNAPSHOT.jar
>
>
> 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)