File tree Expand file tree Collapse file tree 5 files changed +33
-6
lines changed
docs/modules/reference/partials/deploy/maven Expand file tree Collapse file tree 5 files changed +33
-6
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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,
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
Original file line number Diff line number Diff line change 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 -->
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
Original file line number Diff line number Diff line change 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
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"]
Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments