MVN

net.stickycode.plugins : bootstrap-maven-plugin

Maven & Gradle

Dec 12, 2012

A plugin to make an runnable jar

<plugin>
    <groupId>net.stickycode.plugins</groupId>
    <artifactId>bootstrap-maven-plugin</artifactId>
    <version>1.9</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.stickycode.plugins : bootstrap-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.9

All Versions

Choose a version of net.stickycode.plugins : bootstrap-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.9
bootstrap-maven-plugin-1.9
1.4
bootstrap-maven-plugin-1.4
1.2
bootstrap-maven-plugin-1.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>net.stickycode.plugins</groupId>
    <artifactId>bootstrap-maven-plugin</artifactId>
    <version>1.9</version>
</plugin>