Compare commits

...

1 Commits

Author SHA1 Message Date
d0756afaa7 ossrh to central portal 2025-02-10 16:07:03 -05:00

21
pom.xml
View File

@ -147,7 +147,7 @@
</build>
</profile>
<profile>
<id>ossrh-release</id>
<id>central-release</id>
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>
@ -189,21 +189,14 @@
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.7.0</version>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.7.0</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
<publishingServerId>central</publishingServerId>
<autoPublish>true</autoPublish>
</configuration>
<executions>
<execution>
<id>ossrh-deploy</id>
<phase>deploy</phase>
<goals><goal>deploy</goal></goals>
</execution>
</executions>
</plugin>
</plugins>
</build>