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.bluetrainsoftware.maven</groupId>
<artifactId>release-pom</artifactId>
<version>1.6</version>
</plugin>
Choose a version of com.bluetrainsoftware.maven : release-pom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.6 |
release-pom-1.6
|
||
1.5 |
release-pom-1.5
|
||
1.4 |
release-pom-1.4
|
||
1.3 |
release-pom-1.3
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.bluetrainsoftware.maven</groupId>
<artifactId>release-pom</artifactId>
<version>1.6</version>
</plugin>
Advertisement