From b8eabff9bc7b3ec5da0d6f350ca59ec28d5a9cf0 Mon Sep 17 00:00:00 2001 From: Stephan Schroevers Date: Sat, 13 Jan 2024 17:34:26 +0100 Subject: [PATCH] Run `org.kordamp.maven:pomchecker-maven-plugin:1.10.0:check-maven-central` (#491) This new Maven goal validates that the `pom.xml` files meet the criteria for being deployed to Maven Central. --- documentation-support/pom.xml | 1 + error-prone-contrib/pom.xml | 1 + pom.xml | 37 +++++++++++++++++++++++++++++++++++ refaster-compiler/pom.xml | 1 + refaster-runner/pom.xml | 1 + refaster-support/pom.xml | 1 + refaster-test-support/pom.xml | 1 + 7 files changed, 43 insertions(+) diff --git a/documentation-support/pom.xml b/documentation-support/pom.xml index 6ae2e3ab62..1c091fbf87 100644 --- a/documentation-support/pom.xml +++ b/documentation-support/pom.xml @@ -12,6 +12,7 @@ Picnic :: Error Prone Support :: Documentation Support Data extraction support for the purpose of documentation generation. + https://error-prone.picnic.tech diff --git a/error-prone-contrib/pom.xml b/error-prone-contrib/pom.xml index ca912016da..0ae375e912 100644 --- a/error-prone-contrib/pom.xml +++ b/error-prone-contrib/pom.xml @@ -12,6 +12,7 @@ Picnic :: Error Prone Support :: Contrib Extra Error Prone plugins by Picnic. + https://error-prone.picnic.tech diff --git a/pom.xml b/pom.xml index d80f9dfdd7..8cd1a8f4ce 100644 --- a/pom.xml +++ b/pom.xml @@ -1374,6 +1374,24 @@ + + org.kordamp.maven + pomchecker-maven-plugin + 1.10.0 + + false + false + + + + check-maven-central-compliance + + check-maven-central + + verify + + + org.pitest pitest-maven @@ -1718,6 +1736,10 @@ org.gaul modernizer-maven-plugin + + org.kordamp.maven + pomchecker-maven-plugin + @@ -1945,6 +1967,14 @@ true + + org.kordamp.maven + pomchecker-maven-plugin + + true + true + + @@ -2016,6 +2046,13 @@ maven-gpg-plugin + + org.kordamp.maven + pomchecker-maven-plugin + + true + + diff --git a/refaster-compiler/pom.xml b/refaster-compiler/pom.xml index 89bc36ec70..09ca19e101 100644 --- a/refaster-compiler/pom.xml +++ b/refaster-compiler/pom.xml @@ -12,6 +12,7 @@ Picnic :: Error Prone Support :: Refaster Compiler A Java compiler plugin that identifies and compiles Refaster rules, storing them as resource files on the classpath. + https://error-prone.picnic.tech diff --git a/refaster-runner/pom.xml b/refaster-runner/pom.xml index 2e0540c841..d44170133b 100644 --- a/refaster-runner/pom.xml +++ b/refaster-runner/pom.xml @@ -12,6 +12,7 @@ Picnic :: Error Prone Support :: Refaster Runner Exposes Refaster rules found on the classpath through a regular Error Prone check. + https://error-prone.picnic.tech diff --git a/refaster-support/pom.xml b/refaster-support/pom.xml index 70f0cdfe10..17654b659a 100644 --- a/refaster-support/pom.xml +++ b/refaster-support/pom.xml @@ -12,6 +12,7 @@ Picnic :: Error Prone Support :: Refaster Support Helper utilities for use with Refaster rules. + https://error-prone.picnic.tech