Maven2/scm/svn - How maven2 users are tackling the issue..

2007-01-03 Thread Marco Mistroni
hi all, i m doing projects using maven2.. and i was wondering how generally Maven users using it together with SVN i think there was a similar message some time ago about same issue, but unfortunately i m unable to find it.. what i would like to do is to follow this steps for every project i

Re: Maven2/scm/svn - How maven2 users are tackling the issue..

2007-01-03 Thread Dan Tran
1. mvn scm:checkout .. 2. mvn install/deploy 3 mvn scm:checkin? -D On 1/3/07, Marco Mistroni [EMAIL PROTECTED] wrote: hi all, i m doing projects using maven2.. and i was wondering how generally Maven users using it together with SVN i think there was a similar message some time ago

Re: Maven2/scm/svn - How maven2 users are tackling the issue..

2007-01-03 Thread Marco Mistroni
Hello, thanks will try that out.. regards marco On 1/3/07, Dan Tran [EMAIL PROTECTED] wrote: 1. mvn scm:checkout .. 2. mvn install/deploy 3 mvn scm:checkin? -D On 1/3/07, Marco Mistroni [EMAIL PROTECTED] wrote: hi all, i m doing projects using maven2.. and i was

Re: Maven2/scm/svn - How maven2 users are tackling the issue..

2007-01-03 Thread Dan Tran
Sorry I did not read the question carefully 0. Create a wrapper pom 1. Bind scm:checkout to a phase with skipIfExists flag to true 2. Bind antrun a phase to invoke mvn install/deploy 3. Bind scm:checkin to install phase Hope it helps -Dan On 1/3/07, Dan Tran [EMAIL PROTECTED] wrote: 1.