An open API service indexing awesome lists of open source software.

https://github.com/grails/grails-maven


https://github.com/grails/grails-maven

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

Grails Maven Plugin
============

This is the Maven plugin for Grails. It provides the following Maven goals:

grails:console
grails:create-controller
grails:create-domain-class
grails:create-integration-test
grails:create-pom
grails:create-script
grails:create-service
grails:create-tag-lib
grails:create-unit-test
grails:exec
grails:generate-all
grails:generate-controller
grails:generate-views
grails:install-templates
grails:list-plugins
grails:package
grails:run-app
grails:run-app-https

As well as hooks into the normal Maven lifecyle like `compile`, `package` and `test` for Grails applications.

You can create an example POM with any Grails application by doing:

$ grails create-pom [GROUP ID]

Configuration
=============

The maven grails plugin now supports any grails version. You can specify the grails version to use by setting the grailsVersion property in the section of the maven grails plugin:


org.grails
grails-maven-plugin
2.4.3

2.3.10