MVN

net.hserver.plugins.maven : hserver-maven-plugin

Maven & Gradle

Dec 10, 2020

hserver-maven-plugin · 一个HServer的打包插件

<plugin>
    <groupId>net.hserver.plugins.maven</groupId>
    <artifactId>hserver-maven-plugin</artifactId>
    <version>3.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.hserver.plugins.maven : hserver-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.0

All Versions

Choose a version of net.hserver.plugins.maven : hserver-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
3.0
hserver-maven-plugin-3.0
2.0
hserver-maven-plugin-2.0
1.0
hserver-maven-plugin-1.0

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.hserver.plugins.maven</groupId>
    <artifactId>hserver-maven-plugin</artifactId>
    <version>3.0</version>
</plugin>

Advertisement