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