take a look at maven-scm-plugin's checkout mojo. It has this annotation
 @Mojo( name = "checkout", requiresProject = false )

-Dan


On Mon, Jun 9, 2014 at 10:41 AM, Néstor Boscán <nesto...@gmail.com> wrote:

> Hi
>
> I want to create a Maven Plugin Mojo that doesn't requiere the pom.xml file
> to run like mvn archetype:create. How do I do this?
>
> Regards,
>
> Néstor
>

Reply via email to