Skip to content

Commit

Permalink
removed extra destfile=xxx from surefire argLine
Browse files Browse the repository at this point in the history
  • Loading branch information
eeichinger committed Jun 20, 2014
1 parent 4666496 commit 9befa14
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
<testFailureIgnore>false</testFailureIgnore>
<useFile>false</useFile>
<reportsDirectory>${project.basedir}/${sonar.junit.reportsPath}</reportsDirectory>
<argLine>${jacoco.agent.argLine},destfile=${sonar.jacoco.reportPath}</argLine>
<argLine>${jacoco.agent.argLine}</argLine>
<properties>
<property>
<name>listener</name>
Expand All @@ -235,8 +235,7 @@
</goals>
<configuration>
<reportsDirectory>${project.basedir}/${sonar.junit.itReportsPath}</reportsDirectory>
<!--<argLine>-javaagent:/Users/admin/.m2/repository/org/jacoco/org.jacoco.agent/0.7.1.201405082137/org.jacoco.agent-0.7.1.201405082137-runtime.jar=destfile=${sonar.jacoco.itReportPath},append=true,output=file,append=true,classdumpdir=/Users/admin/Dropbox/oc_work/postoffice/cobertura-agent-tests/target/classes-instrumented-it</argLine>-->
<argLine>${jacoco.agent.argLine},destfile=${sonar.jacoco.itReportPath}</argLine>
<argLine>${jacoco.agent.argLine}</argLine>
<includes>
<include>**/*IT.class</include>
</includes>
Expand All @@ -250,7 +249,7 @@
</goals>
<configuration>
<reportsDirectory>${project.basedir}/${sonar.junit.itReportsPath}</reportsDirectory>
<argLine></argLine>
<argLine/>
<includes>
<include>**/*AT.class</include>
</includes>
Expand Down

0 comments on commit 9befa14

Please sign in to comment.