How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.kevoree.platform</groupId>
<artifactId>org.kevoree.platform.mavenrunner</artifactId>
<version>2.0.13</version>
</plugin>