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
__
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.
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