Maven Dependency Plugin

Maven plugin for dealing with dependencies of project

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.lucapino
ArtifactId

ArtifactId

dependency-maven-plugin
Last Version

Last Version

2.0.1
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

Maven Dependency Plugin
Maven plugin for dealing with dependencies of project
Project URL

Project URL

https://github.com/lucapino/dependency-maven-plugin
Source Code Management

Source Code Management

https://github.com/lucapino/dependency-maven-plugin

Download dependency-maven-plugin

How to add to project

<plugin>
    <groupId>com.github.lucapino</groupId>
    <artifactId>dependency-maven-plugin</artifactId>
    <version>2.0.1</version>
</plugin>

Dependencies

compile (4)

Group / Artifact Type Version
org.apache.maven : maven-plugin-api jar 3.6.1
org.apache.maven : maven-artifact jar 3.6.1
org.apache.maven : maven-core jar 3.6.1
org.apache.maven.plugin-tools : maven-plugin-annotations Optional jar 3.6.0

Project Modules

There are no modules declared in this project.

Maven Dependency Plugin


Maven plugin for altering MANIFEST.MF, ading Trusted-Library and Permissions attribute

Plugin documentation can be found at https://lucapino.github.io/dependency-maven-plugin

Maven 3.3.* artifact

<plugin>
     <groupId>com.github.lucapino</groupId>
     <artifactId>dependency-maven-plugin</artifactId>
     <version>1.0.1</version>
</plugin>

Maven 3.5.* artifact

<plugin>
     <groupId>com.github.lucapino</groupId>
     <artifactId>dependency-maven-plugin</artifactId>
     <version>2.0.1</version>
</plugin>

Available goals:

  • update - updates a manifest, adding Trusted-Library and Permission attributes

Example plugin definition:

<plugin>
    <groupId>com.github.lucapino</groupId>
    <artifactId>dependency-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>

Versions

Version
2.0.1
2.0.0
1.0.1
1.0.0