File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change 348348 </execution >
349349 </executions >
350350 </plugin >
351-
352- <!-- DEPLOYMENT -->
353- <!-- see https://central.sonatype.org/publish/publish-maven/#distribution-management-and-authentication -->
354- <plugin >
355- <groupId >org.sonatype.plugins</groupId >
356- <artifactId >nexus-staging-maven-plugin</artifactId >
357- <executions >
358- <execution >
359- <id >default-deploy</id >
360- <phase >deploy</phase >
361- <goals >
362- <goal >deploy</goal >
363- </goals >
364- </execution >
365- </executions >
366- <configuration >
367- <serverId >maven-central-nexus</serverId >
368- <nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
369- <autoReleaseAfterClose >true</autoReleaseAfterClose >
370- </configuration >
371- </plugin >
372351 </plugins >
373352 </build >
374353 </profile >
You can’t perform that action at this time.
0 commit comments