MVN

com.io7m.changelog : com.io7m.changelog.plugin

Maven & Gradle

Oct 16, 2017

Software changelogs (Maven changes report plugin)

<plugin>
    <groupId>com.io7m.changelog</groupId>
    <artifactId>com.io7m.changelog.plugin</artifactId>
    <version>3.1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.io7m.changelog : com.io7m.changelog.plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.1.0

All Versions

Choose a version of com.io7m.changelog : com.io7m.changelog.plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
3.1.x
com.io7m.changelog.plugin-3.1.0

How to add a plugin to Maven

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

<plugin>
    <groupId>com.io7m.changelog</groupId>
    <artifactId>com.io7m.changelog.plugin</artifactId>
    <version>3.1.0</version>
</plugin>