Skip to content

Commit da78f70

Browse files
authored
Merge pull request #56 from data-integrations/cherrypick/release/0.6/ossrh-migration
[Cherrypick] Adding central-publishing plugin to override the default maven-deploy.
2 parents faaec1b + e7f06e7 commit da78f70

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
@@ -282,6 +282,17 @@
282282
</execution>
283283
</executions>
284284
</plugin>
285+
<plugin>
286+
<groupId>org.sonatype.central</groupId>
287+
<artifactId>central-publishing-maven-plugin</artifactId>
288+
<version>0.8.0</version>
289+
<extensions>true</extensions>
290+
<configuration>
291+
<publishingServerId>sonatype.release</publishingServerId>
292+
<autoPublish>false</autoPublish>
293+
<ignorePublishedComponents>true</ignorePublishedComponents>
294+
</configuration>
295+
</plugin>
285296
</plugins>
286297
</build>
287298

0 commit comments

Comments
 (0)