according to this page,
http://maven.apache.org/plugins/maven-release-plugin/perform-mojo.html
the only way to change location of checkout dir is
to modify your project.build.directory element in your pom.xml.
you can modify the annotation of workingDirectory ( in PerformMojo.java) to
/**
* @parameter expression=${workingDirectory} default-value="${
project.build.directory}/checkout"
* @required
*/
protected String workingDirectory;
test it out and submit the patch. One implication, mvn clean will no longer
clean up your altered checkout dir
-D
On 9/18/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Hi ..
> Is there anyway to change SCM checkout directory in Maven2 .
> I'm using mvn release:perform,Please help me
>
>
> Regards
> Saravana
>