File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed
Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change 148148 <execution >
149149 <id >attach-sources</id >
150150 <goals >
151- <goal >jar</goal >
151+ <goal >jar-no-fork </goal >
152152 </goals >
153153 </execution >
154154 </executions >
247247 </execution >
248248 </executions >
249249 </plugin >
250- <plugin >
251- <groupId >org.sonatype.plugins</groupId >
252- <artifactId >nexus-staging-maven-plugin</artifactId >
253- <version >1.7.0</version >
254- <extensions >true</extensions >
255- <configuration >
256- <serverId >sonatype-nexus-staging</serverId >
257- <nexusUrl >https://aws.oss.sonatype.org</nexusUrl >
258- <autoReleaseAfterClose >true</autoReleaseAfterClose >
259- </configuration >
250+ <plugin >
251+ <groupId >org.sonatype.central</groupId >
252+ <artifactId >central-publishing-maven-plugin</artifactId >
253+ <version >0.7.0</version >
254+ <extensions >true</extensions >
255+ <configuration >
256+ <publishingServerId >central</publishingServerId >
257+ </configuration >
260258 </plugin >
261259 </plugins >
262260 </build >
You can’t perform that action at this time.
0 commit comments