Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit dbb999e0 authored by Joze RIHTARSIC's avatar Joze RIHTARSIC
Browse files

exclude ts from sonar

parent 54754031
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,8 @@
<maven.deploy.skip>true</maven.deploy.skip>
<sonar.host.url>http://edelquality.westeurope.cloudapp.azure.com:9000/sonar/</sonar.host.url>
<sonar.exclusions>**/smp/data/model/*, **/smp/exceptions/*, **/to_be_removed/*</sonar.exclusions>
<sonar.exclusions>**/smp/data/model/*, **/smp/exceptions/*, **/to_be_removed/*, </sonar.exclusions>
<sonar.language>java</sonar.language>
<jacoco.maven.plugin.version>0.7.9</jacoco.maven.plugin.version>
<!-- jacoco remote agent settings start -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment