Skip to content

Commit e018c46

Browse files
authored
Merge pull request #230 from data-integrations/cherrypick/release/1.21/ossrh-migration
[Cherrypick] Adding central-publishing plugin
2 parents 0a5398d + 53e8e26 commit e018c46

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)