MVN

com.github.nill14 : webstart-maven-plugin

Maven & Gradle

Mar 26, 2013
1 stars

MWEBSTART :: Webstart Maven Plugin · Maven plugin that supports webstart application development. Helps generate JNLP files and supports the JnlpDownloadServlet.

<plugin>
    <groupId>com.github.nill14</groupId>
    <artifactId>webstart-maven-plugin</artifactId>
    <version>1.0-beta-3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.nill14 : webstart-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0-beta-3
  • Latest Beta: 1.0-beta-3

All Versions

Choose a version of com.github.nill14 : webstart-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
webstart-maven-plugin-1.0-beta-3

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.nill14</groupId>
    <artifactId>webstart-maven-plugin</artifactId>
    <version>1.0-beta-3</version>
</plugin>