jar

at.molindo : git-commit-id-plugin

Maven & Gradle

May 22, 2014
0 stars

Git Commit Id Plugin Maven Mojo · git-commit-id-plugin is a plugin quite similar to https://fisheye.codehaus.org/browse/mojo/tags/buildnumber-maven-plugin-1.0-beta-4 for example but as buildnumber only supports svn (which is very sad) and cvs (which is even more sad). This plugin makes basic repository information available through maven resources. This can be used to display "what version is this?" or "who has deployed this and when, from which branch?" information at runtime - making it easy to find things like "oh, that isn't deployed yet, I'll test it tomorrow" and making both testers and developers life easier. The data currently exported is like this (that's the end effect from the GitRepositoryState Bean): { "branch" : "testing-maven-git-plugin", "commitTime" : "06.01.1970 @ 16:16:26 CET", "commitId" : "787e39f61f99110e74deed68ab9093088d64b969", "commitUserName" : "Konrad Malawski", "commitUserEmail" : "[email protected]", "commitMessageFull" : "releasing my fun plugin :-) + fixed some typos + cleaned up directory structure + added license etc", "commitMessageShort" : "releasing my fun plugin :-)", "buildTime" : "06.01.1970 @ 16:17:53 CET", "buildUserName" : "Konrad Malawski", "buildUserEmail" : "[email protected]" } Note that the data is exported via maven resource filtering and is really easy to use with spring - which I've explained in detail in this readme https://github.com/ktoso/maven-git-commit-id-plugin

Table Of Contents

Latest Version

Download at.molindo : git-commit-id-plugin JAR file - Latest Versions:

All Versions

Download at.molindo : git-commit-id-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
2.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window git-commit-id-plugin-2.1.10-alpha-1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

pl.project13.jgit

├─ pl.project13.jgit.DescribeCommand.class - [JAR]

├─ pl.project13.jgit.DescribeResult.class - [JAR]

pl.project13.maven.git.util

├─ pl.project13.maven.git.util.Pair.class - [JAR]

pl.project13.jgit.dummy

├─ pl.project13.jgit.dummy.DatedRevTag.class - [JAR]

pl.project13.maven.git

├─ pl.project13.maven.git.GitCommitIdMojo.class - [JAR]

├─ pl.project13.maven.git.GitDescribeConfig.class - [JAR]

├─ pl.project13.maven.git.GitDirLocator.class - [JAR]

├─ pl.project13.maven.git.GitRepositoryState.class - [JAR]

pl.project13.maven.git.log

├─ pl.project13.maven.git.log.LoggerBridge.class - [JAR]

├─ pl.project13.maven.git.log.MavenLoggerBridge.class - [JAR]

├─ pl.project13.maven.git.log.StdOutLoggerBridge.class - [JAR]

pl.project13.maven

├─ pl.project13.maven.HelpMojo.class - [JAR]

Advertisement

Dependencies from Group

Mar 02, 2020
10 usages
5 stars
Aug 10, 2015
7 usages
0 stars
Aug 10, 2015
3 usages
0 stars
Jul 16, 2018
3 usages
3 stars
Aug 10, 2015
2 usages
0 stars

Discover Dependencies

Nov 04, 2014
2.2k stars
Apr 10, 2015
1 usages
3 stars
Sep 21, 2005
1 usages
Jan 08, 2014
6 stars
Jun 26, 2014
593 stars
Jul 16, 2014
3 stars
Dec 17, 2005
Nov 22, 2005