Skip to content

Commit

Permalink
[build] Set autoPublish true to central-publishing-maven-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
fpapon committed Aug 2, 2024
1 parent 196abc2 commit 001bec2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
Binary file added .idea/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion .idea/icon.svg

This file was deleted.

13 changes: 5 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,19 +153,16 @@
<excludeVulnerabilityIds>CVE-2023-42794</excludeVulnerabilityIds>
</configuration>
</plugin>
<!--
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.5.0</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
<publishingServerId>ossrh</publishingServerId>
<autoPublish>true</autoPublish>
</configuration>
</plugin>
-->
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
Expand Down

0 comments on commit 001bec2

Please sign in to comment.