Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Aug 26, 2024
1 parent f2f1195 commit 7b60404
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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
}
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@

<!--
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[]
-->
Expand Down Expand Up @@ -157,6 +157,13 @@
icon:dot-circle[]
-->
<javadocJar>false</javadocJar>

<!--
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</verifyPom>
</artifactOverride>
</artifactOverrides>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 7b60404

Please sign in to comment.