Success! Turns out I missed the requirement for the m2Eclipse extras .. those contain the SCM integration plugins. Looks like Subversive is supported by the SCM Integration.. Subclipse requires an additional provider.
On a clean Eclipse 3.5 install, I added Subversive, M2Ecilpse and Extras and was able to create a new project via Svn checkout. Thanks to everyone for the help. On Thu, Jun 3, 2010 at 11:31 AM, Antonio Petrelli <[email protected]> wrote: > 2010/6/3 Greg Akins <[email protected]>: >> On Thu, Jun 3, 2010 at 10:50 AM, Andrew Close <[email protected]> wrote: >>> >>> i think Subversive is an Eclipse plugin that allows you to access >>> Subversion from within Eclipse. Maven does not use Subversive, Maven >>> will work with your SCM(Subversion in this case) directly. you need >>> to add an SCM section to your POM (or SuperPOM) so Maven knows how to >>> access your SCM. >>> here is some info on configuring Maven to work with your SCM: >>> http://maven.apache.org/pom.html#SCM >>> >> >> Yes, Subversive is an Eclipse plugin.. >> >> So the M2Eclipse plugin, when checking out a new project in Eclipse >> will use the Maven scm plugin? Not the Eclipse SCM providers? > > I don't think so. M2Eclipse has an integration plugin between > M2Eclipse and Subclipse (not subversive) that adds an extra "Check out > as Maven project" menu item. > > Antonio > -- Greg Akins http://insomnia-consulting.org http://www.pghcodingdojo.org http://pittjug.dev.java.net http://twitter.com/akinsgre http://www.linkedin.com/in/akinsgre --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
