Avoid warning email by not running codecov unless it was configured; update 
jacoco and shade plugins


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/3b1441f4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/3b1441f4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/3b1441f4

Branch: refs/heads/master
Commit: 3b1441f4a1c71998bd158b7b82f6a1f9b362f8e5
Parents: 4ec8c60
Author: Sean Owen <so...@cloudera.com>
Authored: Tue Jul 21 13:06:36 2015 +0100
Committer: Tom White <t...@cloudera.com>
Committed: Thu Mar 10 11:15:15 2016 +0000

----------------------------------------------------------------------
 runners/spark/.travis.yml | 2 +-
 runners/spark/pom.xml     | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/3b1441f4/runners/spark/.travis.yml
----------------------------------------------------------------------
diff --git a/runners/spark/.travis.yml b/runners/spark/.travis.yml
index 6b91c9e..2e6e3e2 100644
--- a/runners/spark/.travis.yml
+++ b/runners/spark/.travis.yml
@@ -13,4 +13,4 @@ matrix:
 cache:
   directories:
     - $HOME/.m2
-after_success: bash <(curl -s https://codecov.io/bash)
+after_success: if [ -n "$JACOCO" ]; then bash <(curl -s 
https://codecov.io/bash); fi

http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/3b1441f4/runners/spark/pom.xml
----------------------------------------------------------------------
diff --git a/runners/spark/pom.xml b/runners/spark/pom.xml
index 61a9226..ee66051 100644
--- a/runners/spark/pom.xml
+++ b/runners/spark/pom.xml
@@ -205,7 +205,7 @@ License.
                 <plugin>
                     <groupId>org.jacoco</groupId>
                     <artifactId>jacoco-maven-plugin</artifactId>
-                    <version>0.7.4.201502262128</version>
+                    <version>0.7.5.201505241946</version>
                     <executions>
                         <execution>
                             <goals>
@@ -224,7 +224,7 @@ License.
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-shade-plugin</artifactId>
-                    <version>2.3</version>
+                    <version>2.4.1</version>
                     <executions>
                         <execution>
                             <phase>package</phase>

Reply via email to