/sq-com_example_java-maven-travis

Java Maven-based project analyzed on SonarCloud using Travis

Primary LanguageJavaGNU Lesser General Public License v3.0LGPL-3.0

Java Maven-based project analyzed on SonarCloud using Travis

Build status Quality Gate

This project is analysed on SonarCloud!

It is very easy to run an analysis on a Maven-based project and push it to SonarCloud. You simply have to do 2 things in your .travis.yml file:

  • Activate the Travis Add-on
  • Run mvn sonar:sonar at some point of time in the script section

You can take a look at the .travis.yml file of this project to see it in practice.