Create Java project with Maven archetype gmaven-archetype-mojo

GMaven provides integration of the Groovy language into Maven.

Create a Java Project by archetype gmaven-archetype-mojo with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dname="My-name"   -DarchetypeGroupId="org.codehaus.groovy.maven.archetypes"   -DarchetypeArtifactId="gmaven-archetype-mojo"   -DarchetypeVersion="1.0"   -DinteractiveMode=false 

Required parameters for generate java project:

name
validationRegex: none

Details about maven archetype gmaven-archetype-mojo

License

License

GroupId

GroupId

org.codehaus.groovy.maven.archetypes
ArtifactId

ArtifactId

gmaven-archetype-mojo
Version

Version

1.0
Type

Type

maven-archetype
Description

Description

GMaven Archetypes :: Mojo
GMaven provides integration of the Groovy language into Maven.
Project Organization

Project Organization

Codehaus

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.codehaus.groovy.maven.archetypes -DarchetypeArtifactId=gmaven-archetype-mojo -DarchetypeVersion=1.0 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.