You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by S Maven <s....@yahoo.com> on 2007/11/07 21:53:22 UTC

quetions on scm:checkout mojo attributes

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.

Is it related to the ScmFileSet's getBaseDir() method?

Thanking you in anticipation!
caitanya

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: quetions on scm:checkout mojo attributes

Posted by Emmanuel Venisse <em...@venisse.net>.
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 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.
> 
> Is it related to the ScmFileSet's getBaseDir() method?
> 
> Thanking you in anticipation!
> caitanya
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org