From f50a3cb88e9ba4db8f7f0b18e02e22c2fa0cf65e Mon Sep 17 00:00:00 2001 From: jzitnik-dev Date: Fri, 7 Mar 2025 13:17:52 +0100 Subject: [PATCH] chore: Added exclusion for formatting and linting --- pom.xml | 88 +++++++++++++-------------------------------------------- 1 file changed, 19 insertions(+), 69 deletions(-) diff --git a/pom.xml b/pom.xml index 012f560..3b764e2 100644 --- a/pom.xml +++ b/pom.xml @@ -16,96 +16,53 @@ + - net.revelc.code.formatter - formatter-maven-plugin - 2.25.0 - - - - format - - - ${basedir}/checkstyle.xml - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.8.1 - - - - org.projectlombok - lombok - 1.18.36 - - - - - - - org.apache.maven.plugins - maven-shade-plugin - 3.2.1 - - - package - - shade - - - - - - - cz.jzitnik.Main - - - false - false - - - - - org.codehaus.mojo - exec-maven-plugin - 3.1.0 + net.revelc.code.formatter + formatter-maven-plugin + 2.25.0 - java + format + validate - cz.jzitnik.Main - compile + + **/cz/jzitnik/game/crafting/recipes/** + + org.apache.maven.plugins maven-checkstyle-plugin 3.6.0 src/main/resources/config/checkstyle/checkstyle.xml - true + false + + **/src/main/java/** + + + **/cz/jzitnik/game/crafting/recipes/** + validate - check + check + org.projectlombok @@ -118,39 +75,32 @@ junit-jupiter 5.8.2 - - org.jline jline-reader 3.20.0 - org.reflections reflections 0.10.2 - com.google.guava guava 31.1-jre - com.fasterxml.jackson.core jackson-databind 2.18.2 - junit junit 4.13.2 test - org.slf4j slf4j-api