[
https://issues.apache.org/jira/browse/FELIX-432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Sauthier updated FELIX-432:
-------------------------------------
Attachment: maven-ipojo-plugin.patch
This patch add an 'attached' parameter to the iPOJO MOJO.
If set, the manipulated jar will be attached with the 'ipojo' classifier to the
project. So that the project will produce 2 artifact: the bundle produced by
Bnd and the bundle manipulated.
Another way to do that would be to have a 'classifier' parameters (much more
like the maven-jar-plugin). When set, another jar will be attached, and you can
choose the classifier name.
What do you think ?
> Add an option that allow the manipulated bundle to be attached to the project
> -----------------------------------------------------------------------------
>
> Key: FELIX-432
> URL: https://issues.apache.org/jira/browse/FELIX-432
> Project: Felix
> Issue Type: Improvement
> Components: iPOJO
> Environment: Affect iPOJO 0.7.5 SNAPSHOT
> Reporter: Guillaume Sauthier
> Attachments: maven-ipojo-plugin.patch
>
>
> I would like to be able to have a separate jar file for the output of iPOJO.
> I explain the idea: I want to have 2 output artifacts from my iPOJO project:
> the first one is the bundle that is produced by Bnd, and the second one is
> the same bundle, but iPOJOized (manipulated).
> That will be useful if I want to test my bundle in a non-ipojo env. Or if the
> env is not even OSGi.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.