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/08/04 05:28:26 UTC

[1/2] incubator-beam git commit: Run findbugs in the test-compile phase

Repository: incubator-beam
Updated Branches:
  refs/heads/master 9a329aada -> c314e670e


Run findbugs in the test-compile phase


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

Branch: refs/heads/master
Commit: 14c6d99e087b2e1606422821341136a5d5e8ec23
Parents: 9a329aa
Author: Kenneth Knowles <kl...@google.com>
Authored: Wed Aug 3 21:31:17 2016 -0700
Committer: Kenneth Knowles <kl...@google.com>
Committed: Wed Aug 3 21:31:17 2016 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/14c6d99e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 23b7e4d..9e58ffe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1029,7 +1029,7 @@
 
           <executions>
             <execution>
-              <phase>test</phase>
+              <phase>test-compile</phase>
               <goals>
                 <goal>check</goal>
               </goals>


[2/2] incubator-beam git commit: Closes #783

Posted by dh...@apache.org.
Closes #783


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

Branch: refs/heads/master
Commit: c314e670e0113cddc40af680f5ce8a5134d61e9a
Parents: 9a329aa 14c6d99
Author: Dan Halperin <dh...@google.com>
Authored: Wed Aug 3 22:28:17 2016 -0700
Committer: Dan Halperin <dh...@google.com>
Committed: Wed Aug 3 22:28:17 2016 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------