You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by th...@gmail.com on 2006/02/22 20:17:18 UTC

Check out from subversion with maven 2.0

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.xml call an Ant file to do this for me, but is
there a Maven 2.0 solution.


Thanks,

Re: Check out from subversion with maven 2.0

Posted by Emmanuel Venisse <em...@venisse.net>.
mvn scm:checkout -DconnectionUrl=your_scm_url

Emmanuel

thenew05@gmail.com 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 maven 2.0 solution to checking out the code from the repository.
> 
> I know I can have the pom.xml call an Ant file to do this for me, but is
> there a Maven 2.0 solution.
> 
> 
> Thanks,
> 


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