How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>net.jsign</groupId>
<artifactId>jsign-maven-plugin</artifactId>
<version>5.0</version>
</plugin>
Choose a version of net.jsign : jsign-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
5.0 |
jsign-maven-plugin-5.0
|
||
4.2 |
jsign-maven-plugin-4.2
|
||
4.1 |
jsign-maven-plugin-4.1
|
||
4.0 |
jsign-maven-plugin-4.0
|
||
3.1 |
jsign-maven-plugin-3.1
|
||
3.0 |
jsign-maven-plugin-3.0
|
||
2.1 |
jsign-maven-plugin-2.1
|
||
2.0 |
jsign-maven-plugin-2.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>net.jsign</groupId>
<artifactId>jsign-maven-plugin</artifactId>
<version>5.0</version>
</plugin>
Advertisement