You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Alex Mayorga Adame (JIRA)" <ji...@codehaus.org> on 2007/05/25 20:26:58 UTC

[jira] Commented: (MNG-1998) the archetype command for creating a plugin got removed from the java plugin guide

    [ http://jira.codehaus.org/browse/MNG-1998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_97096 ] 

Alex Mayorga Adame commented on MNG-1998:
-----------------------------------------

Brian,

Is not the mojo archetype what you're looking for?

I successfully created the maven-hello-plugin by following the guide here http://maven.apache.org/guides/plugin/guide-java-plugin-development.html
and using this Maven goal:

{code}
mvn archetype:create \
  -DgroupId=sample.plugin \
  -DartifactId=maven-hello-plugin \
  -DarchetypeGroupId=org.apache.maven.archetypes \
  -DarchetypeArtifactId=maven-archetype-mojo
{code}

Please report back if this can be closed.

> the archetype command for creating a plugin got removed from the java plugin guide
> ----------------------------------------------------------------------------------
>
>                 Key: MNG-1998
>                 URL: http://jira.codehaus.org/browse/MNG-1998
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Documentation: Guides
>    Affects Versions: 2.0.2
>            Reporter: Brian Fox
>            Assignee: Alex Mayorga Adame
>
> I am pretty sure it used to be here, but it's gone now. This is a major first hurdle to plugin development.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira