On 15/04/2008, Peter Neubauer <[EMAIL PROTECTED]> wrote: > > Hi there, > I am struggling with the build of a Eclipse plugin against some of the > latest Eclipse bundles. However, it would be great to be able to use a > flat file dir as a Maven repo, much as for PaxRunner. Has anyone tried > that, and is that possible? It woudl certainly save a lot of headaches > as one could just check in the Eclipse dir as a repo and both build > and run against it.
check out Carlos' slides on integrating Maven and Eclipse: http://www.jroller.com/carlossg/entry/slides_from_eclipsecon you'll need to use Maven 2.0.9 with dependencyManagement to avoid some version range issues (slight difference between Maven and Eclipse in that 1.0.0-blah is before 1.0.0 in Maven) and use the 'to-maven' goal from the 2.5.1 maven-eclipse-plugin to copy your Eclipse installation into the local repo. HTH (more detail + examples in Carlos' slides) Cheers, > > /peter > > -- > GTalk: neubauer.peter > Skype peter.neubauer > ICQ 18762544 > GTalk neubauer.peter > Phone +46704 106975 > LinkedIn http://www.linkedin.com/in/neubauer > > http://www.neo4j.org - New Energy for Data - the Netbase. > http://www.ops4j.org - New Energy for OSS Communities - Open > Participation Software. > http://www.qi4j.org - New Energy for Java - Domain Driven Development. > > _______________________________________________ > general mailing list > [email protected] > http://lists.ops4j.org/mailman/listinfo/general > -- Cheers, Stuart
_______________________________________________ general mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/general
