Skip to content

Commit 95ab25b

Browse files
authored
Merge pull request #121 from data-integrations/cherrypick/release/1.14/ossrh-migration
[Cherrypick] Fix cdap-build failure due to missing central-publishing-plugin
2 parents 591ca90 + 24ab561 commit 95ab25b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,10 @@
388388
<groupId>org.apache.maven.plugins</groupId>
389389
<artifactId>maven-gpg-plugin</artifactId>
390390
</plugin>
391+
<plugin>
392+
<groupId>org.sonatype.central</groupId>
393+
<artifactId>central-publishing-maven-plugin</artifactId>
394+
</plugin>
391395
</plugins>
392396
</build>
393397
</profile>

0 commit comments

Comments
 (0)