MVN

de.adito.maven : repository-jarsign-maven-plugin

Maven & Gradle

Dec 01, 2016
1 stars

de.adito.maven:repository-jarsign-maven-plugin · A maven plugin that signs jars in your local repository so that they need to be signed only once.

<plugin>
    <groupId>de.adito.maven</groupId>
    <artifactId>repository-jarsign-maven-plugin</artifactId>
    <version>2.1.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.adito.maven : repository-jarsign-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.1.3

All Versions

Choose a version of de.adito.maven : repository-jarsign-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.1.x
repository-jarsign-maven-plugin-2.1.3
repository-jarsign-maven-plugin-2.1.2
repository-jarsign-maven-plugin-2.1.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>de.adito.maven</groupId>
    <artifactId>repository-jarsign-maven-plugin</artifactId>
    <version>2.1.3</version>
</plugin>

Advertisement