We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 262356a commit 943b981Copy full SHA for 943b981
1 file changed
pom.xml
@@ -10,6 +10,12 @@
10
<maven.compiler.source>1.6</maven.compiler.source>
11
<maven.compiler.target>1.6</maven.compiler.target>
12
</properties>
13
+ <properties>
14
+ <sonar.host.url>http://52.66.242.98:9005</sonar.host.url>
15
+ <sonar.login>be2fe3y27f07db354983dfxysdsa5256</sonar.login>
16
+ <sonar.language>java</sonar.language>
17
+ <sonar.scm.provider>git</sonar.scm.provider>
18
+ </properties>
19
<dependencies>
20
<dependency>
21
<groupId>javax.servlet</groupId>
@@ -54,6 +60,11 @@
54
60
</execution>
55
61
</executions>
56
62
</plugin>
63
+ <plugin>
64
+ <groupId>org.sonarsource.scanner.maven</groupId>
65
+ <artifactId>sonar-maven-plugin</artifactId>
66
+ <version>3.2</version>
67
+</plugin>
57
68
</plugins>
58
69
</build>
59
70
</project>
0 commit comments