o adding a description to the archetype mojo

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291302 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2005-09-24 13:31:22 +00:00
parent 5fd7ca1f44
commit a910c7b12c
1 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,9 @@ import java.util.Map;
* Builds archetype containers.
*
* @goal create
* @description The archetype creation goal looks for an archetype with a given groupId, artifactId, and
* version and retrieves it from the remote repository. Once the archetype is retrieve it is process against
* a set of user parameters to create a working Maven project.
* @requiresProject false
*/
public class MavenArchetypeMojo