Repository: incubator-beam
Updated Branches:
  refs/heads/master 39da22c76 -> 983d467a7


Disable exec-maven-plugin cleanupDaemonThreads

exec-maven-plugin has a bad interaction with DataflowPipelineRunner
when waiting on daemon threads. When running example pipelines,
Maven will emit a warning saying background threads are alive
after being aborted. This looks to users like an error while there's
actually no harm to it. Disabling cleanupDaemonThreads suppresses
this warning.


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

Branch: refs/heads/master
Commit: 70ba4f0dd63d564205b58d0ba4e5215f6802f8c9
Parents: 39da22c
Author: Scott Wegner <sweg...@google.com>
Authored: Thu Jun 9 08:46:37 2016 -0700
Committer: Luke Cwik <lc...@google.com>
Committed: Thu Jun 9 10:43:22 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/70ba4f0d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e7cc5f7..49b77fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -754,6 +754,7 @@
             </execution>
           </executions>
           <configuration>
+            <cleanupDaemonThreads>false</cleanupDaemonThreads>
             <systemProperties>
               <systemProperty>
                 <key>java.util.logging.config.file</key>

Reply via email to