Skip to content

Commit b127723

Browse files
committed
1 parent 51a2871 commit b127723

File tree

5 files changed

+27
-0
lines changed

5 files changed

+27
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@ jreleaser {
101101
// icon:exclamation-triangle[]
102102
artifactId = 'app'
103103

104+
// Verifies that a matching `.jar` artifact is staged.
105+
// Defaults to `false`.
106+
// icon:dot-circle[]
107+
jar = false
108+
104109
// Verifies that a matching `-sources.jar` artifact is staged.
105110
// Defaults to `false`.
106111
// icon:dot-circle[]

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@
102102
// icon:exclamation-triangle[]
103103
"artifactId": "app",
104104

105+
// Verifies that a matching `.jar` artifact is staged.
106+
// Defaults to `false`.
107+
// icon:dot-circle[]
108+
"jar": false,
109+
105110
// Verifies that a matching `-sources.jar` artifact is staged.
106111
// Defaults to `false`.
107112
// icon:dot-circle[]

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,13 @@
144144
-->
145145
<artifactId>app</artifactId>
146146

147+
<!--
148+
Verifies that a matching `.jar` artifact is staged.
149+
Defaults to `false`.
150+
icon:dot-circle[]
151+
-->
152+
<jar>false</jar>
153+
147154
<!--
148155
Verifies that a matching `-sources.jar` artifact is staged.
149156
Defaults to `false`.

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,11 @@
9494
# icon:exclamation-triangle[]
9595
artifactId = "app"
9696

97+
# Verifies that a matching `.jar` artifact is staged.
98+
# Defaults to `false`.
99+
# icon:dot-circle[]
100+
jar = false
101+
97102
# Verifies that a matching `-sources.jar` artifact is staged.
98103
# Defaults to `false`.
99104
# icon:dot-circle[]

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,11 @@ deploy:
105105
# icon:exclamation-triangle[]
106106
artifactId: app
107107

108+
# Verifies that a matching `.jar` artifact is staged.
109+
# Defaults to `false`.
110+
# icon:dot-circle[]
111+
jar: false
112+
108113
# Verifies that a matching `-sources.jar` artifact is staged.
109114
# Defaults to `false`.
110115
# icon:dot-circle[]

0 commit comments

Comments
 (0)