MVN

com.alexkasko.installer : maven-windows-service-installer-plugin

Maven & Gradle

Sep 17, 2014
10 stars

Maven Windows Service Installer Plugin · Maven plugin to build installers with Windows service support.

<plugin>
    <groupId>com.alexkasko.installer</groupId>
    <artifactId>maven-windows-service-installer-plugin</artifactId>
    <version>1.0.6</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.alexkasko.installer : maven-windows-service-installer-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.6

All Versions

Choose a version of com.alexkasko.installer : maven-windows-service-installer-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
maven-windows-service-installer-plugin-1.0.6
maven-windows-service-installer-plugin-1.0.5
maven-windows-service-installer-plugin-1.0.3
maven-windows-service-installer-plugin-1.0.2

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.alexkasko.installer</groupId>
    <artifactId>maven-windows-service-installer-plugin</artifactId>
    <version>1.0.6</version>
</plugin>