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.kohsuke.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>7.0.0pre1</version>
</plugin>
Choose a version of org.kohsuke.jetty : jetty-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
7.0.x |
jetty-maven-plugin-7.0.0pre1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.kohsuke.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>7.0.0pre1</version>
</plugin>
Advertisement