How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.aerse.maven</groupId>
<artifactId>deb-maven-plugin</artifactId>
<version>1.18</version>
</plugin>
Choose a version of com.aerse.maven : deb-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.18 |
deb-maven-plugin-1.18
|
||
1.16 |
deb-maven-plugin-1.16
|
||
1.12 |
deb-maven-plugin-1.12
|
||
1.11 |
deb-maven-plugin-1.11
|
||
1.10 |
deb-maven-plugin-1.10
|
||
1.9 |
deb-maven-plugin-1.9
|
||
1.8 |
deb-maven-plugin-1.8
|
||
1.7 |
deb-maven-plugin-1.7
|
||
1.6 |
deb-maven-plugin-1.6
|
||
1.5 |
deb-maven-plugin-1.5
|
||
1.4 |
deb-maven-plugin-1.4
|
||
1.3 |
deb-maven-plugin-1.3
|
||
1.2 |
deb-maven-plugin-1.2
|
||
1.1 |
deb-maven-plugin-1.1
|
||
1.0 |
deb-maven-plugin-1.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.aerse.maven</groupId>
<artifactId>deb-maven-plugin</artifactId>
<version>1.18</version>
</plugin>
Advertisement