diff --git a/.gitignore b/.gitignore index 7d285c7..c1e2a41 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ nb-configuration.xml # TLS Certificates .certs/ /src/main/resources/dev/ +/format.xml diff --git a/format.xml b/format.xml deleted file mode 100644 index 2dc0de6..0000000 --- a/format.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/pom.xml b/pom.xml index 2a4b63a..642f91c 100644 --- a/pom.xml +++ b/pom.xml @@ -134,6 +134,26 @@ + + org.apache.maven.plugins + maven-antrun-plugin + 3.1.0 + + + validate + + run + + + + + + + + + net.revelc.code.formatter formatter-maven-plugin