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 Updated
  • hserver-maven-plugin-3.0

    Dec 10, 2020
  • hserver-maven-plugin-2.0

    Dec 03, 2020
  • hserver-maven-plugin-1.0

    Sep 22, 2020

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>