File tree Expand file tree Collapse file tree 5 files changed +0
-15
lines changed
docs/modules/reference/partials/deploy/maven Expand file tree Collapse file tree 5 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -102,17 +102,14 @@ jreleaser {
102102 artifactId = 'app'
103103
104104 // Verifies that a matching `.jar` artifact is staged.
105- // Defaults to `false`.
106105 // icon:dot-circle[]
107106 jar = false
108107
109108 // Verifies that a matching `-sources.jar` artifact is staged.
110- // Defaults to `false`.
111109 // icon:dot-circle[]
112110 sourceJar = false
113111
114112 // Verifies that a matching `-javadoc.jar` artifact is staged.
115- // Defaults to `false`.
116113 // icon:dot-circle[]
117114 javadocJar = false
118115
Original file line number Diff line number Diff line change 103103 "artifactId": "app",
104104
105105 // Verifies that a matching `.jar` artifact is staged.
106- // Defaults to `false`.
107106 // icon:dot-circle[]
108107 "jar": false,
109108
110109 // Verifies that a matching `-sources.jar` artifact is staged.
111- // Defaults to `false`.
112110 // icon:dot-circle[]
113111 "sourceJar": false,
114112
115113 // Verifies that a matching `-javadoc.jar` artifact is staged.
116- // Defaults to `false`.
117114 // icon:dot-circle[]
118115 "javadocJar": false,
119116
Original file line number Diff line number Diff line change 146146
147147 <!--
148148 Verifies that a matching `.jar` artifact is staged.
149- Defaults to `false`.
150149 icon:dot-circle[]
151150 -->
152151 <jar>false</jar>
153152
154153 <!--
155154 Verifies that a matching `-sources.jar` artifact is staged.
156- Defaults to `false`.
157155 icon:dot-circle[]
158156 -->
159157 <sourceJar>false</sourceJar>
160158
161159 <!--
162160 Verifies that a matching `-javadoc.jar` artifact is staged.
163- Defaults to `false`.
164161 icon:dot-circle[]
165162 -->
166163 <javadocJar>false</javadocJar>
Original file line number Diff line number Diff line change 9595 artifactId = "app"
9696
9797 # Verifies that a matching `.jar` artifact is staged.
98- # Defaults to `false`.
9998 # icon:dot-circle[]
10099 jar = false
101100
102101 # Verifies that a matching `-sources.jar` artifact is staged.
103- # Defaults to `false`.
104102 # icon:dot-circle[]
105103 sourceJar = false
106104
107105 # Verifies that a matching `-javadoc.jar` artifact is staged.
108- # Defaults to `false`.
109106 # icon:dot-circle[]
110107 javadocJar = false
111108
Original file line number Diff line number Diff line change @@ -106,17 +106,14 @@ deploy:
106106 artifactId: app
107107
108108 # Verifies that a matching `.jar` artifact is staged.
109- # Defaults to `false`.
110109 # icon:dot-circle[]
111110 jar: false
112111
113112 # Verifies that a matching `-sources.jar` artifact is staged.
114- # Defaults to `false`.
115113 # icon:dot-circle[]
116114 sourceJar: false
117115
118116 # Verifies that a matching `-javadoc.jar` artifact is staged.
119- # Defaults to `false`.
120117 # icon:dot-circle[]
121118 javadocJar: false
122119
You can’t perform that action at this time.
0 commit comments