mr-runner-hack: disable unrelated modules to shorten build time during 
development.


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

Branch: refs/heads/mr-runner
Commit: 9d1db98af41eb5ab375c51a7057bd6b52dbabfc6
Parents: c62b3ad
Author: Pei He <p...@apache.org>
Authored: Mon Sep 4 11:06:11 2017 +0800
Committer: Pei He <p...@apache.org>
Committed: Mon Sep 4 11:06:41 2017 +0800

----------------------------------------------------------------------
 pom.xml           | 2 +-
 sdks/java/pom.xml | 3 ++-
 sdks/pom.xml      | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/9d1db98a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e0ec136..25cd51b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -183,7 +183,7 @@
     <module>sdks/java/build-tools</module>
     <module>sdks</module>
     <module>runners</module>
-    <module>examples</module>
+    <!--<module>examples</module>-->
     <!-- sdks/java/javadoc builds project-wide Javadoc. It has to run last. -->
     <module>sdks/java/javadoc</module>
   </modules>

http://git-wip-us.apache.org/repos/asf/beam/blob/9d1db98a/sdks/java/pom.xml
----------------------------------------------------------------------
diff --git a/sdks/java/pom.xml b/sdks/java/pom.xml
index 3144193..75b2043 100644
--- a/sdks/java/pom.xml
+++ b/sdks/java/pom.xml
@@ -37,7 +37,8 @@
          and other project configuration to be used in all modules.
     <module>build-tools</module> -->
     <module>core</module>
-    <module>io</module>
+    <!--module>io</module-->
+    <module>io/hadoop-file-system</module>
     <module>maven-archetypes</module>
     <module>extensions</module>
     <!-- javadoc runs directly from the root parent as the last module

http://git-wip-us.apache.org/repos/asf/beam/blob/9d1db98a/sdks/pom.xml
----------------------------------------------------------------------
diff --git a/sdks/pom.xml b/sdks/pom.xml
index aec8762..c06f764 100644
--- a/sdks/pom.xml
+++ b/sdks/pom.xml
@@ -35,7 +35,7 @@
   <modules>
     <module>common</module>
     <module>java</module>
-    <module>python</module>
+    <!--<module>python</module>-->
   </modules>
 
   <profiles>

Reply via email to