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.7p-group</groupId>
<artifactId>minify-maven-plugin</artifactId>
<version>1.7.8</version>
</plugin>
Choose a version of com.7p-group : minify-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.7.x |
minify-maven-plugin-1.7.8
|
||
minify-maven-plugin-1.7.7
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.7p-group</groupId>
<artifactId>minify-maven-plugin</artifactId>
<version>1.7.8</version>
</plugin>
Advertisement