aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-web/archiva-webdav
diff options
context:
space:
mode:
authorMartin Stockhammer <martin_s@apache.org>2017-06-13 22:48:31 +0200
committerMartin Stockhammer <martin_s@apache.org>2017-06-13 22:48:31 +0200
commit6ff4d94f6c462d7ebf84b49f6ebb3a7d931285c9 (patch)
treef29b7316d919db92ce4d7cc7bf62c75435a90c26 /archiva-modules/archiva-web/archiva-webdav
parentebd78d8b173569eecb4f995ce954fed36c233a8a (diff)
downloadarchiva-6ff4d94f6c462d7ebf84b49f6ebb3a7d931285c9.tar.gz
archiva-6ff4d94f6c462d7ebf84b49f6ebb3a7d931285c9.zip
[MRM-1953] Upgrading and fixing jacoco configuration
Diffstat (limited to 'archiva-modules/archiva-web/archiva-webdav')
-rw-r--r--archiva-modules/archiva-web/archiva-webdav/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/archiva-modules/archiva-web/archiva-webdav/pom.xml b/archiva-modules/archiva-web/archiva-webdav/pom.xml
index a277f1163..5d5966448 100644
--- a/archiva-modules/archiva-web/archiva-webdav/pom.xml
+++ b/archiva-modules/archiva-web/archiva-webdav/pom.xml
@@ -320,7 +320,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
- <argLine>${webdav.argLine} ${jacocoagent}</argLine>
+ <argLine>${webdav.argLine} @{jacocoproperty}</argLine>
<systemPropertyVariables>
<appserver.base>${project.build.directory}/appserver-base</appserver.base>
<plexus.home>${project.build.directory}/appserver-base</plexus.home>