Build Info
Dependency:
compile "org.grails.plugins:build-info:1.2.8"
Summary
Provides a controller/view that display basic information about the war file including the
- date/time the war file was built
- Source Control Revision Number (Git and Subversion)
- application version number
- grails version
- grails environment (currently running, not necessarily the environment used to build the war file)
- plugins installed (and which version)
- BUILD_NUMBER
- BUILD_ID
- BUILD_TAG
- SVN_REVISION
- GIT_COMMIT
- GIT_BRANCH
Installation
Add dependency as described above and run
grails refresh-dependencies
Description
Docs, source, and issues can be found on github at https://github.com/mjhugo/grails-build-infoFor Grails 1.x use version 1.2.5