annotations jar plugin

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

License

License

GroupId

GroupId

com.github.barakb
ArtifactId

ArtifactId

annotations-jar-plugin
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

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

Project URL

https://github.com/barakb/annotations-jar-plugin
Source Code Management

Source Code Management

https://github.com/barakb/annotations-jar-plugin

Download annotations-jar-plugin

How to add to project

<plugin>
    <groupId>com.github.barakb</groupId>
    <artifactId>annotations-jar-plugin</artifactId>
    <version>1.0</version>
</plugin>

Dependencies

compile (5)

Group / Artifact Type Version
org.apache.maven : maven-plugin-api jar 2.2.1
org.apache.maven.shared : maven-shared-utils jar 0.4
org.apache.commons : commons-lang3 jar 3.1
org.apache.maven : maven-project jar 2.2.1
commons-io : commons-io jar 2.4

provided (1)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.3

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Build Status

annotations jar plugin

DESCRIPTION

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

See example

Maven dependency:

<dependency>
  <groupId>com.github.barakb</groupId>
  <artifactId>annotations-jar-plugin</artifactId>
  <version>1.0</version>
</dependency>

Versions

Version
1.0