[
https://issues.apache.org/jira/browse/FELIX-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Richard S. Hall closed FELIX-104.
---------------------------------
Resolution: Fixed
Closing at Clement's request.
> Mixing iPOJO and OSGi projects within a parent maven build project may
> install jars in maven with unexpected extensions.
> ------------------------------------------------------------------------------------------------------------------------
>
> Key: FELIX-104
> URL: https://issues.apache.org/jira/browse/FELIX-104
> Project: Felix
> Issue Type: Bug
> Components: iPOJO
> Affects Versions: felix-0.8.0
> Reporter: John Conlon
>
> When doing a multiproject build of modules that are iPOJO
> <packaging>ipojo-bundle</packaging> and OSGi
> <packaging>osgi-bundle</packaging> maven may install a built iPOJO bundle
> with the extension *.ipojo-bundle or it may install the same bundle with a
> *.jar extension. Likewise a OSGi bundle maybe created with the extension
> *.jar or osgi-bundle. Building each of these sub-projects individually will
> always install the created bundles with the *.jar extension.
> Appears to install all bundles with *.jar extension into repo upto the point
> a different type is encountered. For example if
> <modules>
> <module>ipojo.project.1</module>
> <module>ipojo.project.2r</module>
> <module>ipojo.project.3</module>
> <module>osgi.project.1</module>
> <module>ipojo.project.4</module>
> </modules>
> ipojo.project.1 - 3 would be installed in repo with *.jar extension
> osgi.project.1 would be installed with the *.osgi-bundle extension
> ipojo.project.4 would be installed with the *.ipojo-bundle extension
> Building each of the projects seperately would install each bundle in the
> repo with *.jar extension.
> Commenting out the osgi.project.1 module above would install all the ipojo
> bundles in the maven repo with a *.jar extension.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.