mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Fix surefire configuration to allow SonarQube/Jacoco to produce code coverage again
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@92032 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
7
pom.xml
7
pom.xml
@@ -79,9 +79,7 @@
|
||||
<maven.alfresco.includeDependencies>false</maven.alfresco.includeDependencies>
|
||||
<maven.build.sourceVersion>1.7</maven.build.sourceVersion>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
|
||||
<!-- Sonar specific properties -->
|
||||
<sonar.jacoco.reportPath>${project.build.directory}/jacoco.exec</sonar.jacoco.reportPath>
|
||||
<argLine>-Xmx1024m -XX:MaxPermSize=256m -Duser.language=en -Dcom.sun.management.jmxremote</argLine>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
@@ -198,7 +196,6 @@
|
||||
<!-- To prevent tests alfresco.log to be created in project roots and bother while synchronizing with SCM -->
|
||||
<redirectTestOutputToFile>true</redirectTestOutputToFile>
|
||||
<runOrder>alphabetical</runOrder>
|
||||
<argLine>-Xmx1024m -XX:MaxPermSize=256m -Duser.language=en -Dcom.sun.management.jmxremote</argLine>
|
||||
<systemPropertyVariables>
|
||||
<!-- Database related properties -->
|
||||
<db.url>${db.url}</db.url>
|
||||
@@ -307,4 +304,4 @@
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
</build>
|
||||
</project>
|
||||
</project>
|
||||
|
Reference in New Issue
Block a user