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>io7m-changelog-plugin</artifactId>
<version>3.0.3</version>
</plugin>
Choose a version of com.io7m.changelog : io7m-changelog-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.0.x |
io7m-changelog-plugin-3.0.3
|
||
io7m-changelog-plugin-3.0.2
|
|||
io7m-changelog-plugin-3.0.1
|
|||
2.1.x |
io7m-changelog-plugin-2.1.2
|
||
io7m-changelog-plugin-2.1.1
|
|||
io7m-changelog-plugin-2.1.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.io7m.changelog</groupId>
<artifactId>io7m-changelog-plugin</artifactId>
<version>3.0.3</version>
</plugin>
Advertisement