You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by sm...@apache.org on 2016/08/12 18:40:47 UTC

mahout git commit: Add Codecoverage maven plugin

Repository: mahout
Updated Branches:
  refs/heads/master 476972d2e -> eb70eb820


Add Codecoverage maven plugin


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

Branch: refs/heads/master
Commit: eb70eb820cbccb5d82750cd2f6541444bbb2e0dd
Parents: 476972d
Author: smarthi <sm...@apache.org>
Authored: Fri Aug 12 14:40:30 2016 -0400
Committer: smarthi <sm...@apache.org>
Committed: Fri Aug 12 14:40:30 2016 -0400

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mahout/blob/eb70eb82/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4d3b6e6..58d32b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -653,7 +653,7 @@
         <plugin>
           <groupId>org.jacoco</groupId>
           <artifactId>jacoco-maven-plugin</artifactId>
-          <version>0.7.5.201505241946</version>
+          <version>0.7.7.201606060606</version>
           <executions>
             <execution>
               <goals>
@@ -666,7 +666,7 @@
             </execution>
             <execution>
               <id>report</id>
-              <phase>prepare-package</phase>
+              <phase>verify</phase>
               <goals>
                 <goal>report</goal>
               </goals>
@@ -678,7 +678,7 @@
         <plugin>
           <groupId>org.eluder.coveralls</groupId>
           <artifactId>coveralls-maven-plugin</artifactId>
-          <version>4.1.0</version>
+          <version>4.2.0</version>
         </plugin>
 
       </plugins>