mirror of https://github.com/apache/maven.git
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:
parent
5fd7ca1f44
commit
a910c7b12c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue