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.efaps</groupId>
<artifactId>maven-efaps-jetty</artifactId>
<version>1.19.0-7.5.4.v20111024</version>
</plugin>