Re: Check out from subversion with maven 2.0

2006-02-22 Thread Emmanuel Venisse
mvn scm:checkout -DconnectionUrl=your_scm_url Emmanuel [EMAIL PROTECTED] a écrit : I have been following the book, "Pragmatic Project Automation", Chapter 3. The recommendation a build process is: 1. Delete the last build 2. Check out the current project 3. Run the build Is there a mave

Check out from subversion with maven 2.0

2006-02-22 Thread thenew05
I have been following the book, "Pragmatic Project Automation", Chapter 3. The recommendation a build process is: 1. Delete the last build 2. Check out the current project 3. Run the build Is there a maven 2.0 solution to checking out the code from the repository. I know I can have the pom