[ http://issues.apache.org/jira/browse/FELIX-104?page=comments#action_12440922 ] John Conlon commented on FELIX-104: -----------------------------------
This is a Maven problem see: http://jira.codehaus.org/browse/MNG-1682 > Mixing iPOJO and OSGi projects within a parent maven build project may > install jars in maven with unexpected extensions. > ------------------------------------------------------------------------------------------------------------------------ > > Key: FELIX-104 > URL: http://issues.apache.org/jira/browse/FELIX-104 > Project: Felix > Issue Type: Bug > Components: iPOJO > Affects Versions: 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. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira