MVN

org.bluestemsoftware.open.maven.plugin : izpack-plugin

Maven & Gradle

Nov 21, 2010

izpack-plugin · Creates an IzPack installation jar from a maven project. Supports POM variables within izpack.xml file.

<plugin>
    <groupId>org.bluestemsoftware.open.maven.plugin</groupId>
    <artifactId>izpack-plugin</artifactId>
    <version>1.0.0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bluestemsoftware.open.maven.plugin : izpack-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0.1

All Versions

Choose a version of org.bluestemsoftware.open.maven.plugin : izpack-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
izpack-plugin-1.0.0.1
izpack-plugin-1.0.0.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.bluestemsoftware.open.maven.plugin</groupId>
    <artifactId>izpack-plugin</artifactId>
    <version>1.0.0.1</version>
</plugin>