File tree Expand file tree Collapse file tree 1 file changed +11
-15
lines changed
Expand file tree Collapse file tree 1 file changed +11
-15
lines changed Original file line number Diff line number Diff line change 4040
4141 <distributionManagement >
4242 <snapshotRepository >
43- <id >ossrh </id >
44- <url >https://s01.oss. sonatype.org/content/repositories/ snapshots</url >
43+ <id >central </id >
44+ <url >https://central. sonatype.com/repository/maven- snapshots/ </url >
4545 </snapshotRepository >
4646 </distributionManagement >
4747
123123 <encoding >UTF-8</encoding >
124124 </configuration >
125125 </plugin >
126- <plugin >
127- <groupId >org.sonatype.plugins</groupId >
128- <artifactId >nexus-staging-maven-plugin</artifactId >
129- <version >1.6.7</version >
130- <extensions >true</extensions >
131- <configuration >
132- <serverId >ossrh</serverId >
133- <nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
134- <autoReleaseAfterClose >false</autoReleaseAfterClose >
135- </configuration >
136- </plugin >
137126 <plugin >
138127 <groupId >org.apache.maven.plugins</groupId >
139128 <artifactId >maven-javadoc-plugin</artifactId >
202191 </execution >
203192 </executions >
204193 </plugin >
205-
206194 <plugin >
207195 <artifactId >maven-surefire-plugin</artifactId >
208196 <version >3.3.1</version >
209197 </plugin >
210-
198+ <plugin >
199+ <groupId >org.sonatype.central</groupId >
200+ <artifactId >central-publishing-maven-plugin</artifactId >
201+ <version >0.7.0</version >
202+ <extensions >true</extensions >
203+ <configuration >
204+ <publishingServerId >central</publishingServerId >
205+ </configuration >
206+ </plugin >
211207 </plugins >
212208 </build >
213209</project >
You can’t perform that action at this time.
0 commit comments