You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by dh...@apache.org on 2016/11/01 17:39:44 UTC

[2/2] incubator-beam git commit: [BEAM-820] Skip javadoc for real

[BEAM-820] Skip javadoc for real


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

Branch: refs/heads/master
Commit: fcba3d9d460c9c010bd6b562c5a051fb06bbf3c6
Parents: 7745c91
Author: Dan Halperin <dh...@google.com>
Authored: Tue Nov 1 09:20:48 2016 -0700
Committer: Dan Halperin <dh...@google.com>
Committed: Tue Nov 1 10:39:39 2016 -0700

----------------------------------------------------------------------
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/fcba3d9d/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 3234f0c..9e1406c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,7 +30,7 @@ notifications:
 
 env:
   global:
-   - MAVEN_OVERRIDE="--settings=.travis/settings.xml -Djavadoc.skip=true -Dcheckstyle.skip=true -Dfindbugs.skip=true"
+   - MAVEN_OVERRIDE="--settings=.travis/settings.xml -Dmaven.javadoc.skip=true -Dcheckstyle.skip=true -Dfindbugs.skip=true"
    - MAVEN_CONTAINER_OVERRIDE="-DbeamSurefireArgline='-Xmx512m'"
 
 matrix: