Skip to content

Commit 8dbd36d

Browse files
authored
Merge pull request #231 from data-integrations/cherrypick/release/1.20/ossrh-migration
[Cherrypick] Adding central-publishing plugin
2 parents 63dc2ec + e0c63ee commit 8dbd36d

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
@@ -363,6 +363,17 @@
363363
<groupId>org.apache.maven.plugins</groupId>
364364
<artifactId>maven-antrun-plugin</artifactId>
365365
</plugin>
366+
<plugin>
367+
<groupId>org.sonatype.central</groupId>
368+
<artifactId>central-publishing-maven-plugin</artifactId>
369+
<version>0.8.0</version>
370+
<extensions>true</extensions>
371+
<configuration>
372+
<publishingServerId>sonatype.release</publishingServerId>
373+
<autoPublish>false</autoPublish>
374+
<ignorePublishedComponents>true</ignorePublishedComponents>
375+
</configuration>
376+
</plugin>
366377
</plugins>
367378
</build>
368379
<profiles>

0 commit comments

Comments
 (0)