MVN

com.github.binbin0915 : sb2ws

Maven & Gradle

Dec 27, 2017
0 stars

springboot to windows Maven Mojo · 一款包括但不限于SpringBoot 应用jar包制作成Window Service 的Maven插件

<plugin>
    <groupId>com.github.binbin0915</groupId>
    <artifactId>sb2ws</artifactId>
    <version>1.0.RELEASE</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.binbin0915 : sb2ws to add to Maven - Latest Versions:

  • Latest Stable: 1.0.RELEASE

All Versions

Choose a version of com.github.binbin0915 : sb2ws to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
sb2ws-1.0.RELEASE

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.github.binbin0915</groupId>
    <artifactId>sb2ws</artifactId>
    <version>1.0.RELEASE</version>
</plugin>

Advertisement