MVN

com.github.barakb : annotations-jar-plugin

Maven & Gradle

May 13, 2015
0 stars

annotations jar plugin · Create a jar file that contains all the annotations from the project artifacts.

<plugin>
    <groupId>com.github.barakb</groupId>
    <artifactId>annotations-jar-plugin</artifactId>
    <version>1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.barakb : annotations-jar-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of com.github.barakb : annotations-jar-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
annotations-jar-plugin-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>com.github.barakb</groupId>
    <artifactId>annotations-jar-plugin</artifactId>
    <version>1.0</version>
</plugin>