MVN

org.jvnet.poormans-installer : installer-builder

Maven & Gradle

May 19, 2010

Installer Builder

<plugin>
    <groupId>org.jvnet.poormans-installer</groupId>
    <artifactId>installer-builder</artifactId>
    <version>1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jvnet.poormans-installer : installer-builder to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of org.jvnet.poormans-installer : installer-builder to add to Maven - All Versions:

Version Vulnerabilities Updated
1.4
installer-builder-1.4
1.3
installer-builder-1.3
1.1
installer-builder-1.1
1.0
installer-builder-1.0

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.jvnet.poormans-installer</groupId>
    <artifactId>installer-builder</artifactId>
    <version>1.0</version>
</plugin>