aboutsummaryrefslogtreecommitdiffstats
path: root/testbench-api/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'testbench-api/pom.xml')
-rw-r--r--testbench-api/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/testbench-api/pom.xml b/testbench-api/pom.xml
index ac0e2e7b02..e07dad1ca7 100644
--- a/testbench-api/pom.xml
+++ b/testbench-api/pom.xml
@@ -36,6 +36,10 @@
<build>
<plugins>
<plugin>
+ <groupId>net.revelc.code.formatter</groupId>
+ <artifactId>formatter-maven-plugin</artifactId>
+ </plugin>
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<executions>