Skip to content

Commit a31de5e

Browse files
committed
build: Add formatter plugin to the root pom of sdk-platform-java.
1 parent ab29069 commit a31de5e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

sdk-platform-java/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929
<!-- Do not deploy the aggregator POM -->
3030
<build>
3131
<plugins>
32+
<plugin>
33+
<groupId>com.spotify.fmt</groupId>
34+
<artifactId>fmt-maven-plugin</artifactId>
35+
<configuration>
36+
<skip>true</skip>
37+
</configuration>
38+
</plugin>
3239
<plugin>
3340
<groupId>org.apache.maven.plugins</groupId>
3441
<artifactId>maven-deploy-plugin</artifactId>

0 commit comments

Comments
 (0)