Skip to content

Commit

Permalink
chore: adjust jacoco settings to reduce IDE problems
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Jan 21, 2017
1 parent f5fd6e9 commit 5ef15e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server/zanata-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@

<as7.skip.deploy.marker>${jboss.home}/standalone/deployments/zanata.war.skipdeploy</as7.skip.deploy.marker>
<as7.dodeploy.marker>${jboss.home}/standalone/deployments/zanata.war.dodeploy</as7.dodeploy.marker>

<!-- jacoco:prepare-agent will add more to this (surefire) property. -->
<argLine>-Dconcordion.output.dir=${concordion.output.dir}</argLine>
</properties>

<build>
Expand Down Expand Up @@ -282,9 +285,6 @@
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<!-- We use late property evaluation (@{argLine}) so that surefire
will pick up the argLine set by jacoco:prepare-agent. -->
<argLine>@{argLine} -Dconcordion.output.dir=${concordion.output.dir}</argLine>
<testNGArtifactName>none:none</testNGArtifactName>
<!-- TODO ensure that stateful tests (eg using Hibernate Search)
are isolated, or rename them to ITCase (Arquillian), and
Expand Down

0 comments on commit 5ef15e4

Please sign in to comment.