2008/12/16 Ingo Meyer <dj-sl...@gmx.net>

> Hi,
>
> I want to import some projects from ops4j (confman and coin) into
> eclipse for debugging them.
> Since i'm not very good in maven I failed so far.
>
> I've checked out the hole ops4j repos successfully and also "mvn
> clean install" was working.
> But there are no eclipse project files and "mvn eclipse:eclipse" is
> not producing correct ones, the plugin project part is missing and no
> manifest.
>

the standard maven-eclipse-plugin needs the "-Declipse.pde=true" flag
before it will add OSGi specific tooling (like PDE builder) but even then
it has problems generating the initial manifest

you could try the pax eclipse mojo instead:

   mvn org.ops4j:maven-pax-plugin:eclipse

this should work even if the pom doesn't refer to the maven-pax-plugin

So my very simple question is, how to build the ops4j stuff with
> maven in a way that I get working eclipse plugins projects?
> Sorry again, that might be stupid simple but i don't get it...
>
> Thanks a lot
> Ingo
>
>
> _______________________________________________
> general mailing list
> general@lists.ops4j.org
> http://lists.ops4j.org/mailman/listinfo/general
>



-- 
Cheers, Stuart
_______________________________________________
general mailing list
general@lists.ops4j.org
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to