Skip to content
Snippets Groups Projects
Commit 1a2fb7ab authored by Daniel Gerhardt's avatar Daniel Gerhardt
Browse files

Update POM for Sonar

parent 3ac375e4
No related merge requests found
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
<org.springframework.integration-mail-version>4.0.3.RELEASE</org.springframework.integration-mail-version> <org.springframework.integration-mail-version>4.0.3.RELEASE</org.springframework.integration-mail-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.url>https://scm.thm.de/arsnova</project.url> <project.url>https://scm.thm.de/arsnova</project.url>
<sonar.language>java</sonar.language>
<mobile.production.path>../arsnova-mobile/src/main/webapp/build/production/ARSnova</mobile.production.path> <mobile.production.path>../arsnova-mobile/src/main/webapp/build/production/ARSnova</mobile.production.path>
<mobile.testing.path>../arsnova-mobile/src/main/webapp/build/testing/ARSnova</mobile.testing.path> <mobile.testing.path>../arsnova-mobile/src/main/webapp/build/testing/ARSnova</mobile.testing.path>
<mobile.path>${mobile.production.path}</mobile.path> <mobile.path>${mobile.production.path}</mobile.path>
...@@ -378,6 +379,16 @@ ...@@ -378,6 +379,16 @@
<locales>en</locales> <locales>en</locales>
</configuration> </configuration>
</plugin> </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.7</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<version>2.4</version>
</plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment