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
After running stage-maven-release.sh a file is created that will automatically be uploaded if the script runs a second time, the upload process should be idempotent to prevent pollution of the environment or for a retry of the process.
Filename:
{SONATYPE_PROFILE_ID}.properties
File Contents:
#Generated by org.sonatype.plugins:nexus-staging-maven-plugin:1.6.5
#Thu Oct 07 02:31:22 UTC 2021
stagingRepository.id=orgopensearch-1012
stagingRepository.url=https\://aws.oss.sonatype.org\:443/content/repositories/orgopensearch-1012
stagingRepository.profileId={SONATYPE_PROFILE_ID}
stagingRepository.managed=false
See AbstractStagingDeployStrategy.java from org.sonatype.plugins:nexus-staging-maven-plugin where this is documented. It does not look like it can be disabled or the file location altered.
The text was updated successfully, but these errors were encountered:
After running stage-maven-release.sh a file is created that will automatically be uploaded if the script runs a second time, the upload process should be idempotent to prevent pollution of the environment or for a retry of the process.
Filename:
File Contents:
See AbstractStagingDeployStrategy.java from
org.sonatype.plugins:nexus-staging-maven-plugin
where this is documented. It does not look like it can be disabled or the file location altered.The text was updated successfully, but these errors were encountered: