diff options
Diffstat (limited to 'server/pom.xml')
-rw-r--r-- | server/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/server/pom.xml b/server/pom.xml index 784e7ae41c..846a21cf54 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -140,6 +140,14 @@ <build> <plugins> <plugin> + <groupId>net.revelc.code.formatter</groupId> + <artifactId>formatter-maven-plugin</artifactId> + </plugin> + <plugin> + <groupId>com.github.dantwining.whitespace-maven-plugin</groupId> + <artifactId>whitespace-maven-plugin</artifactId> + </plugin> + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <executions> |