CommandParameter Class static fields

2007-11-12 Thread S Maven
Hi, What do the static fields(FILE,FILES) in CommandParameter Class stand for? How can I define the parameter OUTPUT_DIRECTORY in pom? Is there any documentation that describes all the static fields of CommandParameter class? Thanks, caitanya __

quetions on scm:checkout mojo attributes

2007-11-07 Thread S Maven
Hi, What does the parameter "basedir" in http://maven.apache.org/scm/plugins/checkout-mojo.html mean? Does it point to the scm repository( the directory which is the source for the files that should be checked out). How do we configure "basedir" in pom.xml.Pls consider giving an example.

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