How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>io.solit.maven</groupId>
<artifactId>deb-maven-plugin</artifactId>
<version>0.5</version>
</plugin>
Choose a version of io.solit.maven : deb-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0 |
deb-maven-plugin-1.0-RC2
|
||
deb-maven-plugin-1.0-RC1
|
|||
0.5 |
deb-maven-plugin-0.5
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>io.solit.maven</groupId>
<artifactId>deb-maven-plugin</artifactId>
<version>0.5</version>
</plugin>
Advertisement