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] […]

google-apis-mavenized does not compile

I need to write some backup software for our hosted Google Apps, so as we’re a Java shop I’m going to be using the Java API. Also we’re heavy users of Hudson and Maven so want to get the checked out source building with that. There is a Google Code project called google-apis-mavenized which looks […]