jar

nz.ac.auckland.groupapps.maven : uoa-gitlog-plugin

Maven & Gradle

Jul 02, 2015
0 stars

UOA Git Log Plugin · Generates a release note based on commits to a git repository in text format showing the changes that are included in each version. A possible use of this is to push these changelogs to a remote server when releasing the maven project so that the remote server can lookup and update JIRA ticket based on an accurate list of commits that the current package includes.

Table Of Contents

Latest Version

Download nz.ac.auckland.groupapps.maven : uoa-gitlog-plugin JAR file - Latest Versions:

All Versions

Download nz.ac.auckland.groupapps.maven : uoa-gitlog-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2
1.1

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 uoa-gitlog-plugin-1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

nz.ac.auckland.groupapps.maven.gitlog

├─ nz.ac.auckland.groupapps.maven.gitlog.HelpMojo.class - [JAR]

├─ nz.ac.auckland.groupapps.maven.gitlog.PluginConstant.class - [JAR]

├─ nz.ac.auckland.groupapps.maven.gitlog.ReleaseNoteMojo.class - [JAR]

├─ nz.ac.auckland.groupapps.maven.gitlog.ShowMojo.class - [JAR]

nz.ac.auckland.groupapps.maven.gitlog.git

├─ nz.ac.auckland.groupapps.maven.gitlog.git.GitLogGenerator.class - [JAR]

nz.ac.auckland.groupapps.maven.gitlog.commit

├─ nz.ac.auckland.groupapps.maven.gitlog.commit.CommitBundle.class - [JAR]

├─ nz.ac.auckland.groupapps.maven.gitlog.commit.CommitHelper.class - [JAR]

├─ nz.ac.auckland.groupapps.maven.gitlog.commit.CommitUtils.class - [JAR]

nz.ac.auckland.groupapps.maven.gitlog.utils

├─ nz.ac.auckland.groupapps.maven.gitlog.utils.DependencyResourceHelper.class - [JAR]

├─ nz.ac.auckland.groupapps.maven.gitlog.utils.IssueFetcher.class - [JAR]

├─ nz.ac.auckland.groupapps.maven.gitlog.utils.VersionFetcher.class - [JAR]

nz.ac.auckland.groupapps.maven.gitlog.jira

├─ nz.ac.auckland.groupapps.maven.gitlog.jira.JiraVerification.class - [JAR]

nz.ac.auckland.groupapps.maven.gitlog.render

├─ nz.ac.auckland.groupapps.maven.gitlog.render.LoggerRender.class - [JAR]

nz.ac.auckland.groupapps.maven.gitlog.mojo

├─ nz.ac.auckland.groupapps.maven.gitlog.mojo.GitLogBaseMojo.class - [JAR]