Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

Commit

Permalink
Trying to reenable test metrics on Sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
ajs6f committed Dec 17, 2013
1 parent fb79c66 commit cac6a03
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Expand Up @@ -25,6 +25,8 @@
<logback.version>1.0.13</logback.version>

<solr.version>4.6.0</solr.version>
<!-- default, for execution without custom argLine -->
<argLine></argLine>
</properties>

<modules>
Expand Down Expand Up @@ -285,8 +287,7 @@
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>-Xms512m -Xmx1024m -XX:MaxPermSize=512m</argLine>
<argLine>${jacoco.agent.unit.arg}</argLine>
<argLine>-Xms512m -Xmx1024m -XX:MaxPermSize=512m ${argLine} </argLine>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit cac6a03

Please sign in to comment.