How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>fr.inria.gforge.spirals</groupId>
<artifactId>repair-maven-plugin</artifactId>
<version>0bf3bd6ffadf3638ee604b83053426c739aff1f7</version>
</plugin>