Skip to content

Commit 20c0337

Browse files
authored
FMWK-721 Publish via the Central Portal (#874)
1 parent d6401c6 commit 20c0337

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<spring-tx>6.2.5</spring-tx>
3131
<maven.javadoc.plugin>3.3.0</maven.javadoc.plugin>
3232
<maven.gpg.plugin>1.6</maven.gpg.plugin>
33+
<central.publishing.maven.plugin>0.7.0</central.publishing.maven.plugin>
3334
<aerospike-client-jdk8>9.0.5</aerospike-client-jdk8>
3435
<aerospike-reactor-client>9.0.5</aerospike-reactor-client>
3536
<reactor-test>3.7.4</reactor-test>
@@ -404,6 +405,15 @@
404405
</argLine>
405406
</configuration>
406407
</plugin>
408+
<plugin>
409+
<groupId>org.sonatype.central</groupId>
410+
<artifactId>central-publishing-maven-plugin</artifactId>
411+
<version>${central.publishing.maven.plugin}</version>
412+
<extensions>true</extensions>
413+
<configuration>
414+
<publishingServerId>central</publishingServerId>
415+
</configuration>
416+
</plugin>
407417
</plugins>
408418
</build>
409419

0 commit comments

Comments
 (0)