Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Install requirements

 

Install Java

Java needs to be installed on the machine on which analysis will be carried out. To make sure Java is installed on your machine, you can open a command prompt and type

...

If Java is not installed on your machine, you can download it from https://java.com/nl/download/  and follow instructions  from there.

Install Sonarqube

SonarQube can be downloaded from http://www.sonarqube.org/downloads/

Select the version mentioned in Blueriq Model Analyzer User Documentation, and store it on your machine. Unzip the downloaded zip-file to the destination folder of your choice. The contents of the unzipped folder should look like this:

Install Maven

Apache Maven can be downloaded from https://maven.apache.org/download.cgi

Select the download of your choice, and store it on your machine. Then, unzip the downloaded zip-file to the destination folder of your choice. The contents of the unzipped folder should look like this:

 

Install Blueriq Model Analyzer for Sonarqube

The Blueriq Model Analyzer plugin called bma-sonar-plugin.jar needs to be placed inside the SonarQube directory in the subdirectory called extensions/plugin, for instance /sonarqube-5.6.6/extensions/plugins

 

Configure Maven POM file

Finally, Maven and SonarQube need to be configured with the correct properties to be able to read your Blueriq Model of interest. Maven takes care of this by reading a pom file containing the following properties:

...