How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>cn.hserver</groupId>
<artifactId>hserver-plugin-maven</artifactId>
<version>3.3.M2</version>
</plugin>
Choose a version of cn.hserver : hserver-plugin-maven to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.3.x |
hserver-plugin-maven-3.3.M2
|
||
hserver-plugin-maven-3.3.M1
|
|||
3.2.x |
hserver-plugin-maven-3.2.0
|
||
hserver-plugin-maven-3.2.M2
|
|||
hserver-plugin-maven-3.2.M1
|
|||
3.1.x |
hserver-plugin-maven-3.1.1
|
||
hserver-plugin-maven-3.1.M3
|
|||
hserver-plugin-maven-3.1.M2
|
|||
hserver-plugin-maven-3.1.M1
|
|||
3.0.x |
hserver-plugin-maven-3.0.0
|
||
hserver-plugin-maven-3.0.M5
|
|||
hserver-plugin-maven-3.0.M3
|
|||
hserver-plugin-maven-3.0.M2
|
|||
hserver-plugin-maven-3.0.M1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>cn.hserver</groupId>
<artifactId>hserver-plugin-maven</artifactId>
<version>3.3.M2</version>
</plugin>
Advertisement