File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 218218 </execution >
219219 </executions >
220220 </plugin >
221+
222+ <!-- Release plugin -->
223+ <plugin >
224+ <groupId >org.sonatype.plugins</groupId >
225+ <artifactId >nexus-staging-maven-plugin</artifactId >
226+ <version >1.6.7</version >
227+ <extensions >true</extensions >
228+ <configuration >
229+ <serverId >ossrh</serverId >
230+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
231+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
232+ </configuration >
233+ </plugin >
221234 </plugins >
222235
223236 <pluginManagement >
253266 </plugins >
254267 </reporting >
255268
269+ <!-- For deploying to maven central -->
270+ <distributionManagement >
271+ <!-- Snapshot repository -->
272+ <snapshotRepository >
273+ <id >ossrh</id >
274+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
275+ </snapshotRepository >
276+ </distributionManagement >
277+
256278 <!-- release profile for deploying -->
257279 <profiles >
258280 <profile >
You can’t perform that action at this time.
0 commit comments