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.github.phuonghuynh</groupId>
<artifactId>compressor</artifactId>
<version>1.13</version>
</plugin>
Choose a version of com.github.phuonghuynh : compressor to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.13 |
compressor-1.13
|
||
1.5 |
compressor-1.5
|
||
1.4 |
compressor-1.4
|
||
1.3 |
compressor-1.3
|
||
1.0.x |
compressor-1.0.1
|
||
1.0 |
compressor-1.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.github.phuonghuynh</groupId>
<artifactId>compressor</artifactId>
<version>1.13</version>
</plugin>
Advertisement