How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>net.jangaroo</groupId>
<artifactId>smartsprites-maven-plugin</artifactId>
<version>1.8</version>
</plugin>
Choose a version of net.jangaroo : smartsprites-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.8 |
smartsprites-maven-plugin-1.8
|
||
1.7 |
smartsprites-maven-plugin-1.7
|
||
1.6 |
smartsprites-maven-plugin-1.6
|
||
1.5 |
smartsprites-maven-plugin-1.5
|
||
1.2 |
smartsprites-maven-plugin-1.2
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>net.jangaroo</groupId>
<artifactId>smartsprites-maven-plugin</artifactId>
<version>1.8</version>
</plugin>
Advertisement