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-build</artifactId>
<version>3.5.M1</version>
</plugin>
Choose a version of cn.hserver : hserver-plugin-build to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.5.x |
hserver-plugin-build-3.5.M1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>cn.hserver</groupId>
<artifactId>hserver-plugin-build</artifactId>
<version>3.5.M1</version>
</plugin>
Advertisement