Skip to content

fterrier/grails-build-info-tag

Repository files navigation

Build Info Tag Plugin

This Grails plugin puts a build.info file in the classpath and provides a some GSP tags to display the information in it.

For now, the build number is the date and the plugin also collects the GIT commit number and displays it (in Windows it manually parses the refs file).

Installation

Put in app BuildConfig plugin dependencies:

compile ":build-info-tag:0.3"

Tags

  • build:buildInfo : provides a list of all properties
  • build:buildDate: provides only the value of the buildDate property
  • build:gitCommit: provides only the value of the gitCommit property
  • build:systemName: provides only the value of the systemName property
  • build:timezone: provides only the value of the timezone property

About

Build Info Tag Plugin for Grails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published