File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 2020 <maven-source-plugin .version>3.2.1</maven-source-plugin .version>
2121 <maven-gpg-plugin .version>3.0.1</maven-gpg-plugin .version>
2222 <flatten-maven-plugin .version>1.3.0</flatten-maven-plugin .version>
23+ <nexus-staging-maven-plugin .version>1.6.13</nexus-staging-maven-plugin .version>
2324 <spring-javaformat .version>0.0.35</spring-javaformat .version>
2425
2526 <spring-boot .version>3.0.0</spring-boot .version>
128129 </execution >
129130 </executions >
130131 </plugin >
132+ <plugin >
133+ <groupId >org.sonatype.plugins</groupId >
134+ <artifactId >nexus-staging-maven-plugin</artifactId >
135+ <version >${nexus-staging-maven-plugin.version} </version >
136+ <extensions >true</extensions >
137+ <configuration >
138+ <serverId >ossrh</serverId >
139+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
140+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
141+ </configuration >
142+ </plugin >
131143 </plugins >
132144 </build >
133145
You can’t perform that action at this time.
0 commit comments