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.spotify.fmt</groupId>
<artifactId>fmt-maven-plugin</artifactId>
<version>2.20</version>
</plugin>
Choose a version of com.spotify.fmt : fmt-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.20 |
fmt-maven-plugin-2.20
|
||
2.19 |
fmt-maven-plugin-2.19
|
||
2.18 |
fmt-maven-plugin-2.18
|
||
2.17 |
fmt-maven-plugin-2.17
|
||
2.16 |
fmt-maven-plugin-2.16
|
||
2.15 |
fmt-maven-plugin-2.15
|
||
2.14 |
fmt-maven-plugin-2.14
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.spotify.fmt</groupId>
<artifactId>fmt-maven-plugin</artifactId>
<version>2.20</version>
</plugin>
Advertisement