Skip to content

Commit

Permalink
Sonar integration updates
Browse files Browse the repository at this point in the history
  • Loading branch information
imousmoutis committed Jan 30, 2020
1 parent b1d80b9 commit 1508b7e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .mvn/jvm.config
@@ -1 +1 @@
-Xms256m -Xmx512m -XX:MaxPermSize=256m
-Xms512m -Xmx1024m
13 changes: 13 additions & 0 deletions pom.xml
Expand Up @@ -54,6 +54,13 @@
<javaee.version>5.0</javaee.version>
<spring.version>4.1.5.RELEASE</spring.version>
<jacoco.version>0.8.5</jacoco.version>

<sonar.version>3.7.0.1746</sonar.version>
<sonar.c.file.suffixes>-</sonar.c.file.suffixes>
<sonar.cpp.file.suffixes>-</sonar.cpp.file.suffixes>
<sonar.objc.file.suffixes>-</sonar.objc.file.suffixes>
<sonar.sourceEncoding>utf-8</sonar.sourceEncoding>
<sonar.exclusions>openwis-metadataportal/openwis-portal/src/main/webapp/scripts/ext/src/ext-core/**</sonar.exclusions>
</properties>

<profiles>
Expand Down Expand Up @@ -263,6 +270,12 @@
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<version>${sonar.version}</version>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down

0 comments on commit 1508b7e

Please sign in to comment.