RE: scm checkout using pom

2007-11-06 Thread Mark Struberg
you can ingest the scm parameters with the -D option e.g. mvn scm:checkout -DconnectionUrl=scm:cvs:pserver:yourusername:[EMAIL PROTECTED]:/home/cvsroot:yourmodulename this will get your module into ./target/checkout (you can also tune this with a -D parameter) LieGrü, strub --- S Maven <[EMAIL

scm checkout using pom

2007-11-06 Thread S Maven
Greetings All, Is it possible to just use the scm:checkout plugin and its parameters and do a checkout by defining the required parameters in pom.xml?If so pls give an example using the attributes given below in the link: ref link: http://maven.apache.org/scm/plugins/checkout-mojo.html In the