Release Plugin
6% of Grails users
Dependency :
build ":release:3.0.0"
Summary
Allows you to publish Grails plugins, either to a public or private repository. It also supports deploying Grails applications and plugins to Maven repositories without the need to use Maven directly.
Description
This is the new name for the Maven Publisher plugin. Its Further documentation can be found here
publish-plugin command is the preferred way of releasing Grails plugins and it will replace the existing release-plugin command.Version 3.0.0 and above require Grails 2.3 or higher. For earlier versions of Grails use version 2.2.1:plugins {
build ':release:2.2.1', ':rest-client-builder:1.0.3', {
export = false
}
}2012.04.12: Version 2.0.0
- Changed to publish to the new Grails central plugin repository
- Removed dependency on SVN plugin
2012.01.09: Version 1.0.1
- Better support for
--non-interactiveoption. - Uses a new version of svn plugin that fixes a problem with handling credentials.
- Password entry is now hidden with '*'s.