Proper use of grails:exec

Whilst trying to run mvn grails:exec with more complicated requests it kept erroring: Chill:superted idimmu$ mvn grails:exec -Dcommand=”jack-be-nimble net.idimmu User Profile” [INFO] Scanning for projects… [INFO] Searching repository for plugin with prefix: ‘grails’. [INFO] ———————————————————————— [INFO] Building Unnamed – net.idimmu:gymlife:war:1.0-SNAPSHOT [INFO] task-segment: [grails:exec] (aggregator-style) [INFO] ———————————————————————— [INFO] [grails:exec] [INFO] Using Grails 1.2.0 Running pre-compiled script […]

Latest release information is not available for plugin ‘nimble’, specify concrete release to install

Whilst trying to install the Nimble plugin for Grails using Maven I ran in to a spot of bother! Chill:superted idimmu$ mvn grails:install-plugin -DpluginName=nimble [INFO] Scanning for projects… [INFO] Searching repository for plugin with prefix: ‘grails’. [INFO] ———————————————————————— [INFO] Building Unnamed – idimmu.net:superted:war:1.0-SNAPSHOT [INFO] task-segment: [grails:install-plugin] (aggregator-style) [INFO] ———————————————————————— [INFO] [grails:install-plugin] [INFO] Using Grails 1.2.0 […]

Integrating Grails and Maven

I’ve started investigating Grails for some projects and have been making some good headway and I like to use Maven for everything as it’s amazing, and generating projects is easy. Chill:stsworkspace idimmu$ mvn org.apache.maven.plugins:maven-archetype-plugin:2.0-alpha-4:generate -DarchetypeGroupId=org.grails -DarchetypeArtifactId=grails-maven-archetype -DarchetypeVersion=1.2.0 -DgroupId=idimmu.net -DartifactId=superted [INFO] Scanning for projects… [INFO] ———————————————————————— [INFO] Building Maven Default Project [INFO] task-segment: [org.apache.maven.plugins:maven-archetype-plugin:2.0-alpha-4:generate] (aggregator-style) [INFO] […]