File tree Expand file tree Collapse file tree 1 file changed +32
-3
lines changed
Expand file tree Collapse file tree 1 file changed +32
-3
lines changed Original file line number Diff line number Diff line change 223223 </java >
224224 </configuration >
225225 </plugin >
226- </plugins >
226+ <plugin >
227+ <groupId >org.sonatype.plugins</groupId >
228+ <artifactId >nexus-staging-maven-plugin</artifactId >
229+ <version >1.6.13</version >
230+ <extensions >true</extensions >
231+ <configuration >
232+ <serverId >ossrh</serverId >
233+ <nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
234+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
235+ </configuration >
236+ </plugin > </plugins >
227237 </build >
228238
229239 <profiles >
245255 </execution >
246256 </executions >
247257 </plugin >
248- </plugins >
258+ <plugin >
259+ <groupId >org.sonatype.plugins</groupId >
260+ <artifactId >nexus-staging-maven-plugin</artifactId >
261+ <version >1.6.13</version >
262+ <extensions >true</extensions >
263+ <configuration >
264+ <serverId >ossrh</serverId >
265+ <nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
266+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
267+ </configuration >
268+ </plugin > </plugins >
249269 </build >
250270 </profile >
251271 </profiles >
338358 <junit-version >5.10.0</junit-version >
339359 <spotless .version>2.21.0</spotless .version>
340360 </properties >
341- </project >
361+ <distributionManagement >
362+ <snapshotRepository >
363+ <id >ossrh</id >
364+ <url >https://s01.oss.sonatype.org/content/repositories/snapshots</url >
365+ </snapshotRepository >
366+ <repository >
367+ <id >ossrh</id >
368+ <url >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url >
369+ </repository >
370+ </distributionManagement ></project >
You can’t perform that action at this time.
0 commit comments