File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change 3737 <surefire .redirectTestOutputToFile>true</surefire .redirectTestOutputToFile>
3838 </properties >
3939
40- <pluginRepositories >
41- <pluginRepository >
42- <id >sonatype</id >
43- <url >https://oss.sonatype.org/content/repositories/snapshots/</url >
44- </pluginRepository >
45- </pluginRepositories >
46-
4740 <dependencies >
4841 <dependency >
4942 <groupId >io.cdap.cdap</groupId >
318311 <build >
319312 <plugins >
320313 <plugin >
321- <groupId >org.sonatype.plugins </groupId >
322- <artifactId >nexus-staging -maven-plugin</artifactId >
323- <version >1.6.2 </version >
314+ <groupId >org.sonatype.central </groupId >
315+ <artifactId >central-publishing -maven-plugin</artifactId >
316+ <version >0.8.0 </version >
324317 <extensions >true</extensions >
325318 <configuration >
326- <nexusUrl >https://oss.sonatype.org</nexusUrl >
327- <serverId >sonatype.release</serverId >
319+ <publishingServerId >sonatype.release</publishingServerId >
320+ <autoPublish >false</autoPublish >
321+ <ignorePublishedComponents >true</ignorePublishedComponents >
328322 </configuration >
329323 </plugin >
330324 <!-- Source JAR -->
You can’t perform that action at this time.
0 commit comments