How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>fr.algofi.maven.plugins</groupId>
<artifactId>polymer-minifier</artifactId>
<version>3.1</version>
</plugin>
Choose a version of fr.algofi.maven.plugins : polymer-minifier to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.2.x |
polymer-minifier-3.2.3.MULTI-RESOURCES
|
||
polymer-minifier-3.2.2.MULTI-RESOURCES
|
|||
polymer-minifier-3.2.1.MULTI-RESOURCES
|
|||
3.1 |
polymer-minifier-3.1
|
||
2.3.x |
polymer-minifier-2.3.2
|
||
polymer-minifier-2.3.1
|
|||
2.3 |
polymer-minifier-2.3
|
||
2.2 |
polymer-minifier-2.2
|
||
2.1 |
polymer-minifier-2.1
|
||
2.0 |
polymer-minifier-2.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>fr.algofi.maven.plugins</groupId>
<artifactId>polymer-minifier</artifactId>
<version>3.1</version>
</plugin>
Advertisement