Skip to content

Commit 7b60404

Browse files
committed
1 parent f2f1195 commit 7b60404

File tree

5 files changed

+33
-6
lines changed

5 files changed

+33
-6
lines changed

docs/modules/reference/partials/deploy/maven/gradle/common-head.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jreleaser {
7878
javadocJar = false
7979

8080
// Verifies that POM files comply with the minimum requirements for publication
81-
// to Maven Central. Checks fules using link:https://kordamp.org/pomchecker/[PomChecker].
81+
// to Maven Central. Checks rules using link:https://kordamp.org/pomchecker/[PomChecker].
8282
// Defaults to `false` unless `applyMavenCentralRules` is set to `true`.
8383
// icon:dot-circle[]
8484
verifyPom = false
@@ -110,6 +110,11 @@ jreleaser {
110110
// Defaults to `false`.
111111
// icon:dot-circle[]
112112
javadocJar = false
113+
114+
// Verifies that POM files comply with the minimum requirements for publication
115+
// to Maven Central. Checks rules using link:https://kordamp.org/pomchecker/[PomChecker].
116+
// icon:dot-circle[]
117+
verifyPom = false
113118
}
114119

115120
// List of directories where staged artifacts can be found.

docs/modules/reference/partials/deploy/maven/json/common-head.adoc

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"javadocJar": false,
7979

8080
// Verifies that POM files comply with the minimum requirements for publication
81-
// to Maven Central. Checks fules using link:https://kordamp.org/pomchecker/[PomChecker].
81+
// to Maven Central. Checks rules using link:https://kordamp.org/pomchecker/[PomChecker].
8282
// Defaults to `false` unless `applyMavenCentralRules` is set to `true`.
8383
// icon:dot-circle[]
8484
"verifyPom": false,
@@ -110,7 +110,12 @@
110110
// Verifies that a matching `-javadoc.jar` artifact is staged.
111111
// Defaults to `false`.
112112
// icon:dot-circle[]
113-
"javadocJar": false
113+
"javadocJar": false,
114+
115+
// Verifies that POM files comply with the minimum requirements for publication
116+
// to Maven Central. Checks rules using link:https://kordamp.org/pomchecker/[PomChecker].
117+
// icon:dot-circle[]
118+
"verifyPom": false
114119
}
115120
]
116121

docs/modules/reference/partials/deploy/maven/maven/common-head.adoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111

112112
<!--
113113
Verifies that POM files comply with the minimum requirements for publication
114-
to Maven Central. Checks fules using link:https//kordamp.org/pomchecker/[PomChecker].
114+
to Maven Central. Checks rules using link:https//kordamp.org/pomchecker/[PomChecker].
115115
Defaults to `false` unless `applyMavenCentralRules` is set to `true`.
116116
icon:dot-circle[]
117117
-->
@@ -157,6 +157,13 @@
157157
icon:dot-circle[]
158158
-->
159159
<javadocJar>false</javadocJar>
160+
161+
<!--
162+
Verifies that POM files comply with the minimum requirements for publication
163+
to Maven Central. Checks rules using link:https//kordamp.org/pomchecker/[PomChecker].
164+
icon:dot-circle[]
165+
-->
166+
<verifyPom>false</verifyPom>
160167
</artifactOverride>
161168
</artifactOverrides>
162169

docs/modules/reference/partials/deploy/maven/toml/common-head.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
javadocJar = false
7171

7272
# Verifies that POM files comply with the minimum requirements for publication
73-
# to Maven Central. Checks fules using link:https://kordamp.org/pomchecker/[PomChecker].
73+
# to Maven Central. Checks rules using link:https://kordamp.org/pomchecker/[PomChecker].
7474
# Defaults to `false` unless `applyMavenCentralRules` is set to `true`.
7575
# icon:dot-circle[]
7676
verifyPom = false
@@ -104,6 +104,11 @@
104104
# icon:dot-circle[]
105105
javadocJar = false
106106

107+
# Verifies that POM files comply with the minimum requirements for publication
108+
# to Maven Central. Checks rules using link:https://kordamp.org/pomchecker/[PomChecker].
109+
# icon:dot-circle[]
110+
verifyPom = false
111+
107112
# List of directories where staged artifacts can be found.
108113
# icon:exclamation-triangle[]
109114
stagingRepositories = ["target/staging-deploy"]

docs/modules/reference/partials/deploy/maven/yaml/common-head.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ deploy:
8282
javadocJar: false
8383

8484
# Verifies that POM files comply with the minimum requirements for publication
85-
# to Maven Central. Checks fules using link:https://kordamp.org/pomchecker/[PomChecker].
85+
# to Maven Central. Checks rules using link:https://kordamp.org/pomchecker/[PomChecker].
8686
# Defaults to `false` unless `applyMavenCentralRules` is set to `true`.
8787
# icon:dot-circle[]
8888
verifyPom: false
@@ -115,6 +115,11 @@ deploy:
115115
# icon:dot-circle[]
116116
javadocJar: false
117117

118+
# Verifies that POM files comply with the minimum requirements for publication
119+
# to Maven Central. Checks rules using link:https://kordamp.org/pomchecker/[PomChecker].
120+
# icon:dot-circle[]
121+
verifyPom: false
122+
118123
# List of directories where staged artifacts can be found.
119124
# icon:exclamation-triangle[]
120125
stagingRepositories:

0 commit comments

Comments
 (0)