[
https://issues.apache.org/jira/browse/ARIES-1165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13947721#comment-13947721
]
Markus Kuppe commented on ARIES-1165:
-------------------------------------
<build>
<plugins>
<!-- package OSGi subsystem with all dependencies -->
<plugin>
<groupId>org.apache.aries</groupId>
<artifactId>esa-maven-plugin</artifactId>
<executions>
<execution>
<id>esa</id>
<goals>
<goal>esa</goal>
</goals>
<configuration>
<archiveContent>content</archiveContent>
<generateManifest>true</generateManifest>
<instructions>
<Subsystem-Type>osgi.subsystem.application</Subsystem-Type>
</instructions>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
> esa-maven-bundle without packaging type "esa"
> ---------------------------------------------
>
> Key: ARIES-1165
> URL: https://issues.apache.org/jira/browse/ARIES-1165
> Project: Aries
> Issue Type: Improvement
> Components: Subsystem
> Reporter: Markus Kuppe
> Priority: Minor
>
> In cases where the pom's packaging type cannot be "esa" (e.g. "bundle"), add
> pom's artefact to subsystem.
> Scenario: The pom's packaging type is "bundle" (maven-bundle-plugin) and this
> bundle is supposed to be packaged into a subsystem with its dependencies.
--
This message was sent by Atlassian JIRA
(v6.2#6252)