From d3ac15df2c06f37b1d80112d21718f75ce83f373 Mon Sep 17 00:00:00 2001 From: "andreas.dinauer" Date: Sat, 15 Nov 2025 11:34:10 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=91=E2=80=8D=F0=9F=92=BB=20Add=20retri?= =?UTF-8?q?eval=20of=20format.xml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + format.xml | 37 ------------------------------------- pom.xml | 20 ++++++++++++++++++++ 3 files changed, 21 insertions(+), 37 deletions(-) delete mode 100644 format.xml 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