cd sonar-auth-oidc
./mvnw clean install
./mvnw release:prepare
./mvnw release:perform
git checkout <release tag>
./mvnw clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=vaulttec -Dsonar.login=<security token>
- create a PR on the sonar-update-center-properties repo
- start a new topic on the Community Forum as described in Deploying to the Marketplace