You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Maruf Aytekin <ma...@aspone.co.uk> on 2005/11/11 13:23:17 UTC

get the source from SCM in Maven 2

In maven 2 is there a way to get the source from SCM and place in the
src directory at build time like fetching the source at the build time
with Ant?

Thanks,



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


Re: get the source from SCM in Maven 2

Posted by Brett Porter <br...@gmail.com>.
You can use the scm:checkout goal to get the entire source tree.

- Brett

On 11/11/05, Maruf Aytekin <ma...@aspone.co.uk> wrote:
> In maven 2 is there a way to get the source from SCM and place in the
> src directory at build time like fetching the source at the build time
> with Ant?
>
> Thanks,
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

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