jar

com.comeon.mojo : git-changelog-maven-plugin

Maven & Gradle

May 12, 2015
0 stars

git-changelog-maven-plugin · Finds all git commits that's in the current branch but not in another. The typical use case is to see what changes are in this branch in relation to the production one. Output is a JSON file that can be used to report on the status of the branch.

Table Of Contents

Latest Version

Download com.comeon.mojo : git-changelog-maven-plugin JAR file - Latest Versions:

All Versions

Download com.comeon.mojo : git-changelog-maven-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.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-changelog-maven-plugin-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.comeon.mojo.gitchangelog

├─ com.comeon.mojo.gitchangelog.ChangeLog.class - [JAR]

├─ com.comeon.mojo.gitchangelog.Commit.class - [JAR]

├─ com.comeon.mojo.gitchangelog.CommitFilter.class - [JAR]

├─ com.comeon.mojo.gitchangelog.GitReleaseLogMojo.class - [JAR]

Advertisement