File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 <id >ossrh</id >
3232 <url >https://oss.sonatype.org/content/repositories/snapshots</url >
3333 </snapshotRepository >
34- <repository >
35- <id >ossrh</id >
36- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
37- </repository >
3834 </distributionManagement >
3935 <properties >
4036 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
175171 </execution >
176172 </executions >
177173 </plugin >
178- <plugin >
174+ <!-- < plugin>
179175 <groupId>net.ju-n.maven.plugins</groupId>
180176 <artifactId>checksum-maven-plugin</artifactId>
181177 <version>1.4</version>
195191 </goals>
196192 </execution>
197193 </executions>
198- </plugin >
194+ </plugin> -->
199195 <plugin >
200196 <groupId >org.apache.maven.plugins</groupId >
201197 <artifactId >maven-gpg-plugin</artifactId >
220216 </execution >
221217 </executions >
222218 </plugin >
219+ <plugin >
220+ <groupId >org.sonatype.plugins</groupId >
221+ <artifactId >nexus-staging-maven-plugin</artifactId >
222+ <version >1.6.7</version >
223+ <extensions >true</extensions >
224+ <configuration >
225+ <serverId >ossrh</serverId >
226+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
227+ <skipStagingRepositoryClose >true</skipStagingRepositoryClose >
228+ </configuration >
229+ </plugin >
223230 </plugins >
224231 </build >
225232 <dependencies >
You can’t perform that action at this time.
0 commit comments