Re: Using Eclipse without maven plugin (multiple module project)

2010-07-15 Thread Bahadýr Konu
I downloaded STS Eclipse. No SVN plugin is included it seems. 
Which SVN plugin are you using with STS? 
Subversive?
 
Thanks.
Bahadır

--- On Tue, 7/13/10, Ron Wheeler rwhee...@artifact-software.com wrote:


From: Ron Wheeler rwhee...@artifact-software.com
Subject: Re: Using Eclipse without maven plugin (multiple module project)
To: Maven Users List users@maven.apache.org
Date: Tuesday, July 13, 2010, 9:23 PM


  On 13/07/2010 2:19 PM, Antonio Petrelli wrote:
 2010/7/13 Bahadýr Konubahadir_k...@yahoo.com:
 I have created my multi-module project and checked in to SVN
 I checked out the project to a directory, ran mvn eclipse:eclipse
 then I import the project to Eclipse (import existing project)
 Try using m2eclipse, it's a life-saver. Remember to install the
 Subversion-m2eclipse integration that is available in the extras
 repository:
 http://m2eclipse.sonatype.org/
 Checkout using Check out as Maven project.

 Antonio

 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org


STS Eclipse has this already built-in.

Ron

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org




  

Using Eclipse without maven plugin (multiple module project)

2010-07-13 Thread Bahadýr Konu
To create a multimodule project and use it with eclipse+SVN
I have done everything that is described here: 
http://maven.apache.org/guides/mini/guide-ide-eclipse.html

Multiple Module Project

I have created my multi-module project and checked in to SVN
I checked out the project to a directory, ran mvn eclipse:eclipse
then I import the project to Eclipse (import existing project)
Everything is fine...

But the problem is: I cannot use the SVN plugin of eclipse now... in other 
words TEAM-commit  etc.. is not working. Eclipse treats the project as not 
under SVN control. 
 
The article says:
In both cases you will be able to synchronize your changes using eclipse.
 
But no luck... 
 
Any help is appreciated. I don't understand why this crucial integration is 
still so complicated. (if it is)
 
Thanks..
Bahadir