views:

22

answers:

0

I have two projects: One "pure" maven project and another PDE project which I build with maven3/tycho.

Now I would like to use some of the bundles that I build from the PDE project (using maven 3) in the pure maven project.

My first idea was to use maven3 to deploy the bundles to a nexus server and then read them from the server with the dependency manager in the pure maven project.

But before spending a few days on testing if this is possible I would like to know if anyone has any experience with the process of using bundles in maven?