diff options
Diffstat (limited to 'testbench-api/pom.xml')
-rw-r--r-- | testbench-api/pom.xml | 4 |
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> |