MVN

com.github.scizeron.jidr : jidr-app-maven-plugin

Maven & Gradle

May 27, 2015
1 stars

Jidr App Maven Plugin · Package a jar application in a zip format and attach it

<plugin>
    <groupId>com.github.scizeron.jidr</groupId>
    <artifactId>jidr-app-maven-plugin</artifactId>
    <version>0.0.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.scizeron.jidr : jidr-app-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.0.2

All Versions

Choose a version of com.github.scizeron.jidr : jidr-app-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
jidr-app-maven-plugin-0.0.2
jidr-app-maven-plugin-0.0.1

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.scizeron.jidr</groupId>
    <artifactId>jidr-app-maven-plugin</artifactId>
    <version>0.0.2</version>
</plugin>

Advertisement