Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierlemee committed Jun 18, 2024
1 parent b480e88 commit 562a48b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,25 +132,25 @@
</testResources>
<pluginManagement>
<plugins>
<plugin>
<!--Generate required resources and manage publication to Maven central repository-->
<!--<plugin>
Generate required resources and manage publication to Maven central repository
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.4.0</version>
<extensions>true</extensions>
<configuration>
<publishingServerId>central</publishingServerId>
<tokenAuth>true</tokenAuth>
<!-- no manual intervention is required, if a deployment is considered valid, to publish it-->
no manual intervention is required, if a deployment is considered valid, to publish it
<autoPublish>true</autoPublish>
<!--wait until uploaded only because CI can't wait the full validation duration from Sonatype to switch un published status-->
wait until uploaded only because CI can't wait the full validation duration from Sonatype to switch un published status
<waitUntil>uploaded</waitUntil>
<!--Not add components that have already been published in the past to the bundle that will be uploaded and published-->
Not add components that have already been published in the past to the bundle that will be uploaded and published
<ignorePublishedComponents>true</ignorePublishedComponents>
<!--
<centralBaseUrl>https://central.sonatype.com</centralBaseUrl>-->
<centralBaseUrl>https://central.sonatype.com</centralBaseUrl>
</configuration>
</plugin>
</plugin>-->
<plugin>
<!-- Allow signature of components before to publish them in Maven repository -->
<!-- See https://central.sonatype.org/publish/publish-maven/#gpg-signed-components documentation -->
Expand Down

0 comments on commit 562a48b

Please sign in to comment.