Skip to content

Commit

Permalink
Switch to publishing releases via the Central Portal.
Browse files Browse the repository at this point in the history
  • Loading branch information
ledsoft committed Jul 29, 2024
1 parent 99e0c47 commit 67eb895
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,18 +152,14 @@
</executions>
</plugin>
<plugin>
<!-- explicitly define maven-deploy-plugin after other to force exec order -->
<artifactId>maven-deploy-plugin</artifactId>
<version>3.0.0</version>
<executions>
<execution>
<id>deploy</id>
<phase>deploy</phase>
<goals>
<goal>deploy</goal>
</goals>
</execution>
</executions>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.5.0</version>
<extensions>true</extensions>
<configuration>
<publishingServerId>central</publishingServerId>
<autoPublish>true</autoPublish>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 67eb895

Please sign in to comment.