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 Jul 31, 2024
1 parent 25c6727 commit 4385d8c
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@
<extensions>true</extensions>
<configuration>
<publishingServerId>ossrh</publishingServerId>
<autoPublish>true</autoPublish>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -375,14 +376,4 @@ under the License.

<inceptionYear>2022 - present</inceptionYear>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
</project>

0 comments on commit 4385d8c

Please sign in to comment.