On Thu, Jun 3, 2010 at 10:50 AM, Andrew Close <acl...@gmail.com> 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?

If that's the case, then it's definitely my problem as I didn't have
the <scm/> section declared in my pom.  I'll give that a try.

>
> --
> Andrew Close
>



-- 
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: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to