MVN

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.

<plugin>
    <groupId>nz.ac.auckland.groupapps.maven</groupId>
    <artifactId>uoa-gitlog-plugin</artifactId>
    <version>1.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nz.ac.auckland.groupapps.maven : uoa-gitlog-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of nz.ac.auckland.groupapps.maven : uoa-gitlog-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2
uoa-gitlog-plugin-1.2
1.1
uoa-gitlog-plugin-1.1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>nz.ac.auckland.groupapps.maven</groupId>
    <artifactId>uoa-gitlog-plugin</artifactId>
    <version>1.2</version>
</plugin>