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>
- update - updates a manifest, adding Trusted-Library and Permission attributes
<plugin>
<groupId>com.github.lucapino</groupId>
<artifactId>dependency-maven-plugin</artifactId>
<version>1.0.1</version>
</plugin>