File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 160160 <groupId >org.apache.maven.plugins</groupId >
161161 <artifactId >maven-deploy-plugin</artifactId >
162162 <version >2.8.2</version >
163- <configuration >
164- <skip >true</skip >
165- </configuration >
166- </plugin >
167- <plugin >
168- <groupId >org.sonatype.central</groupId >
169- <artifactId >central-publishing-maven-plugin</artifactId >
170- <version >0.4.0</version >
171- <extensions >true</extensions >
172- <configuration >
173- <publishingServerId >central</publishingServerId >
174- <tokenAuth >true</tokenAuth >
175- <autoPublish >true</autoPublish >
176- </configuration >
177163 </plugin >
178164 <plugin >
179165 <groupId >org.apache.maven.plugins</groupId >
358344 <tag >v0.6.16</tag >
359345 </scm >
360346
347+ <distributionManagement >
348+ <repository >
349+ <id >central</id >
350+ <url >https://central.sonatype.com/api/v1/publisher/upload</url >
351+ </repository >
352+ </distributionManagement >
353+
361354 <profiles >
362355 <profile >
363356 <id >m2e</id >
You can’t perform that action at this time.
0 commit comments