Repository: incubator-beam
Updated Branches:
  refs/heads/master d9a631173 -> 49215106d


Enable the DirectRunner by default in Examples Archetype

This ensures a runner will be on the classpath if no profile is
specified. This matches the generated examples with the quickstart.


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

Branch: refs/heads/master
Commit: f83370d69d193818e5be9ff613498f9f3296a658
Parents: d9a6311
Author: Thomas Groh <[email protected]>
Authored: Fri Dec 9 10:52:46 2016 -0800
Committer: Thomas Groh <[email protected]>
Committed: Fri Dec 9 11:22:18 2016 -0800

----------------------------------------------------------------------
 .../examples/src/main/resources/archetype-resources/pom.xml       | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/f83370d6/sdks/java/maven-archetypes/examples/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git 
a/sdks/java/maven-archetypes/examples/src/main/resources/archetype-resources/pom.xml
 
b/sdks/java/maven-archetypes/examples/src/main/resources/archetype-resources/pom.xml
index 95d163c..9bbc646 100644
--- 
a/sdks/java/maven-archetypes/examples/src/main/resources/archetype-resources/pom.xml
+++ 
b/sdks/java/maven-archetypes/examples/src/main/resources/archetype-resources/pom.xml
@@ -124,6 +124,9 @@
   <profiles>
     <profile>
       <id>direct-runner</id>
+      <activation>
+        <activeByDefault>true</activeByDefault>
+      </activation>
       <!-- Makes the DirectRunner available when running a pipeline. -->
       <dependencies>
         <dependency>

Reply via email to