If you want to migrate an existing grails project created with the typical 'create-app' grails tool (that by default uses Ant as build tool) to maven, u can use this command:
mvn org.grails:grails-maven-plugin:1.3.2:create-pom -DgroupId=com.mycompany
http://grails.org/doc/latest/guide/4.%20The%20Command%20Line.html#Mavenizing an existing project
No comments:
Post a Comment