From 7b6040493af7a5a0f7bbca919f5943fc752e94eb Mon Sep 17 00:00:00 2001 From: Andres Almiray Date: Mon, 26 Aug 2024 15:32:24 +0200 Subject: [PATCH] Document https://github.com/jreleaser/jreleaser/issues/1707 --- .../partials/deploy/maven/gradle/common-head.adoc | 7 ++++++- .../partials/deploy/maven/json/common-head.adoc | 9 +++++++-- .../partials/deploy/maven/maven/common-head.adoc | 9 ++++++++- .../partials/deploy/maven/toml/common-head.adoc | 7 ++++++- .../partials/deploy/maven/yaml/common-head.adoc | 7 ++++++- 5 files changed, 33 insertions(+), 6 deletions(-) diff --git a/docs/modules/reference/partials/deploy/maven/gradle/common-head.adoc b/docs/modules/reference/partials/deploy/maven/gradle/common-head.adoc index 137c124bc..2d491aa5c 100644 --- a/docs/modules/reference/partials/deploy/maven/gradle/common-head.adoc +++ b/docs/modules/reference/partials/deploy/maven/gradle/common-head.adoc @@ -78,7 +78,7 @@ jreleaser { javadocJar = false // Verifies that POM files comply with the minimum requirements for publication - // to Maven Central. Checks fules using link:https://kordamp.org/pomchecker/[PomChecker]. + // to Maven Central. Checks rules using link:https://kordamp.org/pomchecker/[PomChecker]. // Defaults to `false` unless `applyMavenCentralRules` is set to `true`. // icon:dot-circle[] verifyPom = false @@ -110,6 +110,11 @@ jreleaser { // Defaults to `false`. // icon:dot-circle[] javadocJar = false + + // Verifies that POM files comply with the minimum requirements for publication + // to Maven Central. Checks rules using link:https://kordamp.org/pomchecker/[PomChecker]. + // icon:dot-circle[] + verifyPom = false } // List of directories where staged artifacts can be found. diff --git a/docs/modules/reference/partials/deploy/maven/json/common-head.adoc b/docs/modules/reference/partials/deploy/maven/json/common-head.adoc index 3b0bc383b..07a5ccfa9 100644 --- a/docs/modules/reference/partials/deploy/maven/json/common-head.adoc +++ b/docs/modules/reference/partials/deploy/maven/json/common-head.adoc @@ -78,7 +78,7 @@ "javadocJar": false, // Verifies that POM files comply with the minimum requirements for publication - // to Maven Central. Checks fules using link:https://kordamp.org/pomchecker/[PomChecker]. + // to Maven Central. Checks rules using link:https://kordamp.org/pomchecker/[PomChecker]. // Defaults to `false` unless `applyMavenCentralRules` is set to `true`. // icon:dot-circle[] "verifyPom": false, @@ -110,7 +110,12 @@ // Verifies that a matching `-javadoc.jar` artifact is staged. // Defaults to `false`. // icon:dot-circle[] - "javadocJar": false + "javadocJar": false, + + // Verifies that POM files comply with the minimum requirements for publication + // to Maven Central. Checks rules using link:https://kordamp.org/pomchecker/[PomChecker]. + // icon:dot-circle[] + "verifyPom": false } ] diff --git a/docs/modules/reference/partials/deploy/maven/maven/common-head.adoc b/docs/modules/reference/partials/deploy/maven/maven/common-head.adoc index 7e6434a41..da1df9daa 100644 --- a/docs/modules/reference/partials/deploy/maven/maven/common-head.adoc +++ b/docs/modules/reference/partials/deploy/maven/maven/common-head.adoc @@ -111,7 +111,7 @@ @@ -157,6 +157,13 @@ icon:dot-circle[] --> false + + + false diff --git a/docs/modules/reference/partials/deploy/maven/toml/common-head.adoc b/docs/modules/reference/partials/deploy/maven/toml/common-head.adoc index ca4922048..b99803a61 100644 --- a/docs/modules/reference/partials/deploy/maven/toml/common-head.adoc +++ b/docs/modules/reference/partials/deploy/maven/toml/common-head.adoc @@ -70,7 +70,7 @@ javadocJar = false # Verifies that POM files comply with the minimum requirements for publication - # to Maven Central. Checks fules using link:https://kordamp.org/pomchecker/[PomChecker]. + # to Maven Central. Checks rules using link:https://kordamp.org/pomchecker/[PomChecker]. # Defaults to `false` unless `applyMavenCentralRules` is set to `true`. # icon:dot-circle[] verifyPom = false @@ -104,6 +104,11 @@ # icon:dot-circle[] javadocJar = false + # Verifies that POM files comply with the minimum requirements for publication + # to Maven Central. Checks rules using link:https://kordamp.org/pomchecker/[PomChecker]. + # icon:dot-circle[] + verifyPom = false + # List of directories where staged artifacts can be found. # icon:exclamation-triangle[] stagingRepositories = ["target/staging-deploy"] diff --git a/docs/modules/reference/partials/deploy/maven/yaml/common-head.adoc b/docs/modules/reference/partials/deploy/maven/yaml/common-head.adoc index eb945878b..a0cf472e8 100644 --- a/docs/modules/reference/partials/deploy/maven/yaml/common-head.adoc +++ b/docs/modules/reference/partials/deploy/maven/yaml/common-head.adoc @@ -82,7 +82,7 @@ deploy: javadocJar: false # Verifies that POM files comply with the minimum requirements for publication - # to Maven Central. Checks fules using link:https://kordamp.org/pomchecker/[PomChecker]. + # to Maven Central. Checks rules using link:https://kordamp.org/pomchecker/[PomChecker]. # Defaults to `false` unless `applyMavenCentralRules` is set to `true`. # icon:dot-circle[] verifyPom: false @@ -115,6 +115,11 @@ deploy: # icon:dot-circle[] javadocJar: false + # Verifies that POM files comply with the minimum requirements for publication + # to Maven Central. Checks rules using link:https://kordamp.org/pomchecker/[PomChecker]. + # icon:dot-circle[] + verifyPom: false + # List of directories where staged artifacts can be found. # icon:exclamation-triangle[] stagingRepositories: