jar

io.github.git-commit-id : git-commit-id-maven-plugin

Maven & Gradle

May 24, 2023
1 usages
1.5k stars

Git Commit Id Maven Plugin · 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. See https://github.com/git-commit-id/git-commit-id-maven-plugin

Table Of Contents

Latest Version

Download io.github.git-commit-id : git-commit-id-maven-plugin JAR file - Latest Versions:

All Versions

Download io.github.git-commit-id : git-commit-id-maven-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
6.0.x
5.0.x
4.9.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-maven-plugin-5.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

pl.project13.maven.validation

├─ pl.project13.maven.validation.ValidationMojo.class - [JAR]

├─ pl.project13.maven.validation.ValidationProperty.class - [JAR]

pl.project13.maven.log

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

pl.project13.maven.git

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

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

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

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

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

Advertisement