How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>kim.sesame.framework</groupId>
<artifactId>zip</artifactId>
<version>1.3</version>
</plugin>
Choose a version of kim.sesame.framework : zip to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.21 |
zip-1.21
|
||
1.3 |
zip-1.3
|
||
1.2 |
zip-1.2
|
||
1.1 |
zip-1.1
|
||
1.0.x |
zip-1.0.1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>kim.sesame.framework</groupId>
<artifactId>zip</artifactId>
<version>1.3</version>
</plugin>
Advertisement