From 0760a25aa9222b1c0780d063ea8ba37f6d6269bc Mon Sep 17 00:00:00 2001 From: Manfred Moser Date: Tue, 22 Oct 2024 15:05:21 -0700 Subject: [PATCH] Remove checkstyle verification --- maven-repository-provisioner/pom.xml | 3 - .../src/conf/maven_checks.xml | 209 ------------------ pom.xml | 16 -- 3 files changed, 228 deletions(-) delete mode 100644 maven-repository-provisioner/src/conf/maven_checks.xml diff --git a/maven-repository-provisioner/pom.xml b/maven-repository-provisioner/pom.xml index 8629ccc..d52a3d4 100644 --- a/maven-repository-provisioner/pom.xml +++ b/maven-repository-provisioner/pom.xml @@ -148,9 +148,6 @@ - - maven-checkstyle-plugin - io.takari.maven.plugins takari-lifecycle-plugin diff --git a/maven-repository-provisioner/src/conf/maven_checks.xml b/maven-repository-provisioner/src/conf/maven_checks.xml deleted file mode 100644 index 00b6168..0000000 --- a/maven-repository-provisioner/src/conf/maven_checks.xml +++ /dev/null @@ -1,209 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/pom.xml b/pom.xml index 1824566..a974060 100644 --- a/pom.xml +++ b/pom.xml @@ -63,22 +63,6 @@ true - - org.apache.maven.plugins - maven-checkstyle-plugin - - src/conf/maven_checks.xml - true - - - - process-sources - - check - - - - io.takari.maven.plugins takari-lifecycle-plugin