On Apr 2, 2013, at 3:11 PM, Ferry Huberts <[email protected]> wrote: > 1- put the generated 'wrap' bundle in a repository and use it from there
for anyone interested: The workaround mentioned above works fine with eclipse. So basically you have 2 build steps: 1.maven-bundle build which generates the bundle artefacts 2. tycho build which generates a p2 repository containing the bundles I wasn't able to put these 2 steps together in a single project, i think it's because you can't mix pom-first builds with tycho's manifest-first. Anyway, that way it works just fine. Thanks for your help! regards -robert [1] https://github.com/pulse00/osgi-bundles [2] https://github.com/pulse00/osgi-repository

