Skip to content

Commit 0b5ae5a

Browse files
authored
Merge pull request #122 from data-integrations/cherrypick/release/1.13/ossrh-migration
[Cherrypick] Fix cdap-build failure due to missing central-publishing-plugin
2 parents fb2b46a + b5e0d04 commit 0b5ae5a

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
@@ -389,6 +389,10 @@
389389
<groupId>org.apache.maven.plugins</groupId>
390390
<artifactId>maven-gpg-plugin</artifactId>
391391
</plugin>
392+
<plugin>
393+
<groupId>org.sonatype.central</groupId>
394+
<artifactId>central-publishing-maven-plugin</artifactId>
395+
</plugin>
392396
</plugins>
393397
</build>
394398
</profile>

0 commit comments

Comments
 (0)