How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>top.marchand.maven.plugins</groupId>
<artifactId>nextVersion-maven-plugin</artifactId>
<version>1.00.01</version>
</plugin>