Skip to content

Commit c90c2df

Browse files
authored
Merge pull request #51 from data-integrations/a_migrate/cdap_ossrh
CDAP OSS migration
2 parents 120fc0f + cee6090 commit c90c2df

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

pom.xml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,6 @@
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>
@@ -318,13 +311,14 @@
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 -->

0 commit comments

Comments
 (0)