Skip to content

Instantly share code, notes, and snippets.

@vmassol
Last active January 4, 2019 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vmassol/046666e7314fbb6d7d4f07740e076cf2 to your computer and use it in GitHub Desktop.
Save vmassol/046666e7314fbb6d7d4f07740e076cf2 to your computer and use it in GitHub Desktop.
Running SonarCloud on XWiki
1) Get a token in your profile on sonarcloud.io
2) Use the command line:
mvn clean verify org.sonarsource.scanner.maven:sonar-maven-plugin:3.5.0.1254:sonar -Plegacy,quality,integration-tests -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=xwiki -Dsonar.login=<token>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment