From db0c4bead218b6716171eb5889c3389d05331e83 Mon Sep 17 00:00:00 2001 From: Graham Date: Thu, 1 Aug 2019 21:06:29 +0100 Subject: [PATCH] Remove formatter-maven-plugin I don't think it'll be able to match my preferred IDEA style. I might replace it with a custom Maven plugin which invokes the IDEA command-line formatter. --- formatter-profiles.xml | 354 ----------------------------------------- pom.xml | 20 --- 2 files changed, 374 deletions(-) delete mode 100644 formatter-profiles.xml diff --git a/formatter-profiles.xml b/formatter-profiles.xml deleted file mode 100644 index 030b4895..00000000 --- a/formatter-profiles.xml +++ /dev/null @@ -1,354 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/pom.xml b/pom.xml index 5122367b..95a9086f 100644 --- a/pom.xml +++ b/pom.xml @@ -104,11 +104,6 @@ impsort-maven-plugin 1.3.0 - - net.revelc.code.formatter - formatter-maven-plugin - 2.10.0 - org.apache.maven.plugins maven-antrun-plugin @@ -194,21 +189,6 @@ - - net.revelc.code.formatter - formatter-maven-plugin - - ${session.executionRootDirectory}/formatter-profiles.xml - - - - format - - format - - - - org.apache.maven.plugins maven-compiler-plugin