Hi Filippo, I'm not sure that I understand the desired change. Eclipse PDE only recognizes projects as bundles if the project structure is:
<projectRoot.directory>/META-INF/MANIFEST.MF If a developer wants to use maven-bundle-plugin + EIK then I believe all that is necessary is for the POM to instruct the maven-bundle-plugin to output the MANIFEST.MF to the proper directory and then update the maven-jar-plugin to include the generated MANIFEST.MF file in the resulting JAR. Stephen On Wed, Sep 19, 2012 at 12:51 PM, Filippo Balicchia <[email protected]> wrote: > Hi All, > during a discussion in karaf user group has emerged the needs to use > EIK with project created with > maven-bundle-plugin. > > I saw that some commercial tools have the same behavior of EIK with > maven-bundle-plugin project. > > Do you know it is possible to see in the run configuration > maven-bundle-plugin project without changing the nature of project > ecc.ecc > If yes, could you pelase gave me a reference ? > > From my point of view is correct, the current operation of apache EIK. > > Thanks for any suggestions > > --Filippo -- Stephen Evanchik http://stephen.evanchik.com
