Skip to content

A simplistic web application created to show how the buildnumber-maven-plugin can be used to embed the Git SHA-1 of each commit to a project.

Notifications You must be signed in to change notification settings

jvskriubakken/git-build-number

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Git SHA-1 Demo

There are several way in which a Java project can publish its current Git SHA1:

  • As an entry in the manifest file
  • As a property in a properties file
  • As a Java method call
  • As a specific resource in a web service
  • As a part of the DOM (e.g. as a html comment in the index.html file) in a web project

For more information, read the blog post at [http://blog.jayway.com/2012/04/07/continuous-deployment-versioning-and-git/] (http://blog.jayway.com/2012/04/07/continuous-deployment-versioning-and-git/)

Getting started

Open a terminal and execute the following steps:

  1. Clone the project

     git clone git://github.com/matsev/git-build-number.git
    
  2. Change directory

     cd git-build-number
    
  3. Execute the project as a web app

     mvn jetty:run-war
    
  4. Browse to http://localhost:8080/

About

A simplistic web application created to show how the buildnumber-maven-plugin can be used to embed the Git SHA-1 of each commit to a project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 73.7%
  • HTML 26.3%