Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] can m2e use subclipse or other eclipse svn plugin?

I have subclipse installed and it works fine, as does m2e – when I do “Run as Maven” and execute the goal “release:prepare”, the release plugin executes svn to check in the latest project and tag it at the release level. But it’s looking for svn on the system path. I’m just wondering if anyone has figured out how to make this goal execute without installing a separate command-line svn executable.

 

-Richard

 

From: m2e-users-bounces@xxxxxxxxxxx [mailto:m2e-users-bounces@xxxxxxxxxxx] On Behalf Of Matthew Piggott
Sent: Wednesday, July 17, 2013 2:22 PM
To: Maven Integration for Eclipse users mailing list
Subject: Re: [m2e-users] can m2e use subclipse or other eclipse svn plugin?

 

There are subclipse and subversive connectors for checking out projects, and they should use whatever subclipse/subvsersive are configured to use.  Neither are part of the Eclipse m2e project however.

 

On 17 July 2013 14:12, Richard Sand <rsand@xxxxxxxxxxxxxx> wrote:

Is there a way to make m2e use whatever svn eclipse plugin has been installed instead of searching for the svn executable on the command line?

 

-Richard


_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users

 


Back to the top