You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Clement Escoffier (JIRA)" <ji...@apache.org> on 2007/08/03 14:42:52 UTC

[jira] Commented: (FELIX-104) Mixing iPOJO and OSGi projects within a parent maven build project may install jars in maven with unexpected extensions.

    [ https://issues.apache.org/jira/browse/FELIX-104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517519 ] 

Clement Escoffier commented on FELIX-104:
-----------------------------------------

This issue can be closed. 
The new iPOJO plugin has solved this problem. Now, multi-module project can contains bundle, "ipojo bundle", "normal" jar ....



> 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: 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.