Re: quetions on scm:checkout mojo attributes

2007-11-07 Thread Emmanuel Venisse
basedir is the directory where you launch the command, it is set automatically by maven and you don't have to set it. Emmanuel S Maven a écrit : 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 di

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.