File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 8383 </dependency >
8484 </dependencies >
8585
86+ <distributionManagement >
87+ <snapshotRepository >
88+ <id >ossrh</id >
89+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
90+ </snapshotRepository >
91+ </distributionManagement >
92+
8693 <build >
8794 <plugins >
8895 <plugin >
110117 </execution >
111118 </executions >
112119 </plugin >
120+ <plugin >
121+ <groupId >org.sonatype.plugins</groupId >
122+ <artifactId >nexus-staging-maven-plugin</artifactId >
123+ <version >1.6.8</version >
124+ <extensions >true</extensions >
125+ <configuration >
126+ <serverId >ossrh</serverId >
127+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
128+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
129+ </configuration >
130+ </plugin >
113131 <!--
114132 official docs: https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
115133
You can’t perform that action at this time.
0 commit comments