Skip to content
Snippets Groups Projects
Commit 75aad282 authored by Svetlana Pavlitskaya's avatar Svetlana Pavlitskaya
Browse files

added sonar plugin to settings.xml

parent bb70a19c
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,25 @@
</mirrors>
<profiles>
<profile>
<id>sonar</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<!-- Optional URL to server. Default value is http://localhost:9000 -->
<sonar.host.url>
https://metric.se.rwth-aachen.de
</sonar.host.url>
<sonar.login>
jenkins
</sonar.login>
<sonar.password>
${env.sonar}
</sonar.password>
</properties>
</profile>
<profile>
<id>se-nexus</id>
<repositories>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment