Last updated by
3 years ago
Page: Developer - Maven Integration, Version:0
The Grails Maven integration consists of an archetype and a plugin.The update the archetype you need to specify a new archetype version in
The Maven archetype
The source for the archetype is located in Git. The archetype defines the project template when creating a Grails project with the command:mvn org.apache.maven.plugins:maven-archetype-plugin:2.0-alpha-4:generate
-DarchetypeGroupId=org.grails
-DarchetypeArtifactId=grails-maven-archetype
-DarchetypeVersion=1.0
-DgroupId=example -DartifactId=my-appARCHETYPE_HOME/pom.xml and specify the Grails version it relates to in @src/main/resources/archetype-resources/pom.xml@