When I type the ‘mvn groovy:shell’ command I get this: $ mvn groovy:shell [INFO] Scanning for projects... [INFO] Reactor build order: [INFO] XXXX Project [INFO] XXXX Jar [INFO] XXXX Web [INFO] Searching repository for plugin with prefix: 'groovy'. [INFO] ------------------------------------------------------------------------ [INFO] Building XXXX Project [INFO] task-segment: [groovy:shell] (aggregator-style) [INFO] ------------------------------------------------------------------------ [INFO] [groovy:shell]
←[32mGroovy Shell←[0m (1.1-rc-3, JVM: 1.5.0_14-b03) Type '←[1mhelp←[0m' or '←[1m\h←[0m' for help. --------------------------------------------------------------------------------------------------- ←[1mgroovy:←[0m000←[1m>←[0m quit [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESSFUL [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1 minute 10 seconds [INFO] Finished at: Sun Mar 16 00:21:09 CDT 2008 [INFO] Final Memory: 11M/21M [INFO] ------------------------------------------------------------------------ Notice that the version of groovy 1.1-rc-3. How do I force the groovy plugin to use groovy 1.5 runtime? Any help is appreciated. Thanks.