Skip to content

Commit f99701b

Browse files
committed
add central-publishing-maven-plugin configuration
Signed-off-by: Min Jin <[email protected]>
1 parent 101fb08 commit f99701b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,15 @@
384384
<artifactId>nexus-staging-maven-plugin</artifactId>
385385
<version>1.7.0</version>
386386
</plugin>
387+
<plugin>
388+
<groupId>org.sonatype.central</groupId>
389+
<artifactId>central-publishing-maven-plugin</artifactId>
390+
<version>0.8.0</version>
391+
<extensions>true</extensions>
392+
<configuration>
393+
<publishingServerId>central</publishingServerId>
394+
</configuration>
395+
</plugin>
387396
<plugin>
388397
<groupId>org.codehaus.mojo</groupId>
389398
<artifactId>build-helper-maven-plugin</artifactId>

0 commit comments

Comments
 (0)