Skip to content

Commit 0fd8f03

Browse files
committed
Spotify's fmt-maven-plugin
1 parent 2e63a53 commit 0fd8f03

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,18 @@
314314
</execution>
315315
</executions>
316316
</plugin>
317+
<plugin>
318+
<groupId>com.spotify.fmt</groupId>
319+
<artifactId>fmt-maven-plugin</artifactId>
320+
<version>2.19</version>
321+
<executions>
322+
<execution>
323+
<goals>
324+
<goal>format</goal>
325+
</goals>
326+
</execution>
327+
</executions>
328+
</plugin>
317329
</plugins>
318330
</build>
319331
</project>

0 commit comments

Comments
 (0)