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-boun...@eclipse.org [mailto:m2e-users-boun...@eclipse.org] 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 <rs...@idfconnect.com> 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@eclipse.org https://dev.eclipse.org/mailman/listinfo/m2e-users
_______________________________________________ m2e-users mailing list m2e-users@eclipse.org https://dev.eclipse.org/mailman/listinfo/m2e-users