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 PROTECTED]> schrieb: > 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 above link where should the required/optional parameters go in > pom.xml?Should they be > child tags under <scm> </scm> tags. > > Thanks, > caitanya > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com __________________________________ Ihr erstes Baby? Holen Sie sich Tipps von anderen Eltern. www.yahoo.de/clever --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
