Skip to content

Commit 7c9b0bb

Browse files
authored
Merge pull request #229 from data-integrations/ossrh-migration
Adding central-publishing plugin to override the default maven-deploy.
2 parents 0203101 + 1aab2f5 commit 7c9b0bb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,17 @@
370370
<groupId>org.apache.maven.plugins</groupId>
371371
<artifactId>maven-antrun-plugin</artifactId>
372372
</plugin>
373+
<plugin>
374+
<groupId>org.sonatype.central</groupId>
375+
<artifactId>central-publishing-maven-plugin</artifactId>
376+
<version>0.8.0</version>
377+
<extensions>true</extensions>
378+
<configuration>
379+
<publishingServerId>sonatype.release</publishingServerId>
380+
<autoPublish>false</autoPublish>
381+
<ignorePublishedComponents>true</ignorePublishedComponents>
382+
</configuration>
383+
</plugin>
373384
</plugins>
374385
</build>
375386
<profiles>

0 commit comments

Comments
 (0)