When I try to create a Mavenized Grails 1.3.6 project using the archetype:
mvn archetype:generate -DarchetypeGroupId=org.grails
-DarchetypeArtifactId=grails-maven-archetype -DarchetypeVersion=1.3.6
-DgroupId=example -DartifactId=my-app
-DarchetypeRepository=http://repo1.maven.org/maven2
I get the error
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:2.0:generate (default-cli) on project standalone-pom: The desired archetype does not exist (org.grails:grails-maven-archetype:1.3.6)
I've checked the repository and version 1.3.6 does exist. Moreover, if I replace version 1.3.6 in the command above with 1.3.2, it works.
Run
mvn archetype:generate
(interactive mode) and select option 286286: remote -> grails-maven-archetype (Maven archetype for Grails projects.)
In general, I've had way more troubles than solutions with maven archetypes :S.