From d6bb333879fa8474038bf9bc5dcead4241653e56 Mon Sep 17 00:00:00 2001 From: Christian Schlichtherle Date: Tue, 1 Aug 2023 12:31:19 +0200 Subject: [PATCH] Customize and enable linter by default. --- pom.xml | 37 ++++++++++++++++--------------------- 1 file changed, 16 insertions(+), 21 deletions(-) diff --git a/pom.xml b/pom.xml index 1ad155e..5e9a555 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,8 @@ - See the License for the specific language governing permissions and - limitations under the License. --> - + 4.0.0 @@ -58,6 +59,20 @@ + + maven-compiler-plugin + + + + -Xlint:all,-auxiliaryclass,-processing + + + net.alchim31.maven scala-maven-plugin @@ -74,24 +89,4 @@ - - - - lint - - - - - maven-compiler-plugin - - - -Xlint - - - - - - - -