File tree Expand file tree Collapse file tree 1 file changed +0
-46
lines changed Expand file tree Collapse file tree 1 file changed +0
-46
lines changed Original file line number Diff line number Diff line change 195
195
</build >
196
196
197
197
</profile >
198
-
199
- <!-- Build profile for the build run to deploy to Maven Central -->
200
-
201
- <profile >
202
- <id >central</id >
203
- <build >
204
- <pluginManagement >
205
- <plugins >
206
-
207
- <!-- Deploy to Sonatype OSS Nexus -->
208
-
209
- <plugin >
210
- <groupId >org.sonatype.plugins</groupId >
211
- <artifactId >nexus-staging-maven-plugin</artifactId >
212
- <version >1.7.0</version >
213
- <extensions >true</extensions >
214
- <configuration >
215
- <serverId >sonatype</serverId >
216
- <nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
217
- <autoReleaseAfterClose >false</autoReleaseAfterClose >
218
- <keepStagingRepositoryOnFailure >true</keepStagingRepositoryOnFailure >
219
- </configuration >
220
- </plugin >
221
- </plugins >
222
-
223
- </pluginManagement >
224
-
225
- <plugins >
226
-
227
- <plugin >
228
- <groupId >org.sonatype.plugins</groupId >
229
- <artifactId >nexus-staging-maven-plugin</artifactId >
230
- </plugin >
231
-
232
- </plugins >
233
-
234
- </build >
235
-
236
- <distributionManagement >
237
- <repository >
238
- <id >sonatype</id >
239
- <url >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url >
240
- </repository >
241
- </distributionManagement >
242
-
243
- </profile >
244
198
</profiles >
245
199
246
200
<scm >
You can’t perform that action at this time.
0 commit comments