Skip to content

Commit 943b981

Browse files
authored
updated pom.xml
1 parent 262356a commit 943b981

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
<maven.compiler.source>1.6</maven.compiler.source>
1111
<maven.compiler.target>1.6</maven.compiler.target>
1212
</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>
1319
<dependencies>
1420
<dependency>
1521
<groupId>javax.servlet</groupId>
@@ -54,6 +60,11 @@
5460
</execution>
5561
</executions>
5662
</plugin>
63+
<plugin>
64+
<groupId>org.sonarsource.scanner.maven</groupId>
65+
<artifactId>sonar-maven-plugin</artifactId>
66+
<version>3.2</version>
67+
</plugin>
5768
</plugins>
5869
</build>
5970
</project>

0 commit comments

Comments
 (0)