You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2017/06/14 09:37:27 UTC

archiva git commit: Adding version for jacoco plugin config

Repository: archiva
Updated Branches:
  refs/heads/master dc259c035 -> 65c0d017c


Adding version for jacoco plugin config


Project: http://git-wip-us.apache.org/repos/asf/archiva/repo
Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/65c0d017
Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/65c0d017
Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/65c0d017

Branch: refs/heads/master
Commit: 65c0d017c08e5c1db9f9d7029c3422a265194f88
Parents: dc259c0
Author: Martin Stockhammer <ma...@apache.org>
Authored: Wed Jun 14 09:25:24 2017 +0200
Committer: Martin Stockhammer <ma...@apache.org>
Committed: Wed Jun 14 09:25:24 2017 +0200

----------------------------------------------------------------------
 archiva-modules/archiva-web/archiva-web-common/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/archiva/blob/65c0d017/archiva-modules/archiva-web/archiva-web-common/pom.xml
----------------------------------------------------------------------
diff --git a/archiva-modules/archiva-web/archiva-web-common/pom.xml b/archiva-modules/archiva-web/archiva-web-common/pom.xml
index 90d245e..71ac238 100644
--- a/archiva-modules/archiva-web/archiva-web-common/pom.xml
+++ b/archiva-modules/archiva-web/archiva-web-common/pom.xml
@@ -531,6 +531,7 @@
       <plugin>
         <groupId>org.jacoco</groupId>
         <artifactId>jacoco-maven-plugin</artifactId>
+        <version>${jacoco.plugin.version}</version>
         <configuration>
           <excludes>
             <exclude>**/*org/apache/archiva/web/model/*</exclude>