MVN

org.nuiton.thirdparty : webstart-maven-plugin

Maven & Gradle

Jul 01, 2010

Maven Webstart Plugin · Maven plugin that supports webstart application development. Helps generate jnlp files and supports the Jnlp Download Servlet.

<plugin>
    <groupId>org.nuiton.thirdparty</groupId>
    <artifactId>webstart-maven-plugin</artifactId>
    <version>1.0-alpha-2-cl_20100511</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.nuiton.thirdparty : webstart-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0-alpha-2-cl_20100511
  • Latest Alpha: 1.0-alpha-2-cl_20100511

All Versions

Choose a version of org.nuiton.thirdparty : webstart-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
webstart-maven-plugin-1.0-alpha-2-cl_20100511
webstart-maven-plugin-1.0-alpha-2-cl_20091001
webstart-maven-plugin-1.0-alpha-2-cl_20090204

How to add a plugin to Maven

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

<plugin>
    <groupId>org.nuiton.thirdparty</groupId>
    <artifactId>webstart-maven-plugin</artifactId>
    <version>1.0-alpha-2-cl_20100511</version>
</plugin>