You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- Note your maven settings.xml needs a server section with <id> that matches this one and valid credentials for maven central -->
591
+
<publishingServerId>central</publishingServerId>
592
+
<!-- If this is set to false, the artifact is only staged and then needs pushing manually via the web interface at https://central.sonatype.com/publishing/deployments -->
593
+
<!-- With true it publishes automatically -->
594
+
<autoPublish>true</autoPublish>
595
+
<!-- NOTE this is to wait for the new release to be validated and publicly available. Not essential but nice that when build is done, we know the artifacts are available publicly -->
0 commit comments