File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7070 </scm >
7171
7272 <profiles >
73- <profile >
74- <id >sonatype</id >
75- <properties >
76- <gpg .skip>false</gpg .skip>
77- </properties >
78- <distributionManagement >
79- <snapshotRepository >
80- <id >ossrh</id >
81- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
82- </snapshotRepository >
83- </distributionManagement >
84- </profile >
8573 <profile >
8674 <id >github</id >
8775 <properties >
221209 </executions >
222210 </plugin >
223211 <plugin >
224- <groupId >org.sonatype.plugins </groupId >
225- <artifactId >nexus-staging -maven-plugin</artifactId >
226- <version >1.6.13 </version >
212+ <groupId >org.sonatype.central </groupId >
213+ <artifactId >central-publishing -maven-plugin</artifactId >
214+ <version >0.5.0 </version >
227215 <extensions >true</extensions >
228216 <configuration >
229- <serverId >ossrh</serverId >
230- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
231- <autoReleaseAfterClose >true</autoReleaseAfterClose >
217+ <publishingServerId >central</publishingServerId >
218+ <autoPublish >true</autoPublish >
232219 </configuration >
233220 </plugin >
234221 <plugin >
240227 <useReleaseProfile >false</useReleaseProfile >
241228 <releaseProfiles >release</releaseProfiles >
242229 <goals >deploy</goals >
230+ <arguments >-Dgpg.skip=false</arguments >
243231 </configuration >
244232 </plugin >
245233 </plugins >
You can’t perform that action at this time.
0 commit comments