How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>net.sf.opk</groupId>
<artifactId>embedded-glassfish-web-plugin</artifactId>
<version>2.1</version>
</plugin>
Choose a version of net.sf.opk : embedded-glassfish-web-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.1 |
embedded-glassfish-web-plugin-2.1
|
||
2.0 |
embedded-glassfish-web-plugin-2.0
|
||
1.3 |
embedded-glassfish-web-plugin-1.3
|
||
1.2 |
embedded-glassfish-web-plugin-1.2
|
||
1.1 |
embedded-glassfish-web-plugin-1.1
|
||
1.0 |
embedded-glassfish-web-plugin-1.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>net.sf.opk</groupId>
<artifactId>embedded-glassfish-web-plugin</artifactId>
<version>2.1</version>
</plugin>
Advertisement