You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2016/12/04 00:15:57 UTC

[3/4] incubator-beam git commit: Remove global default execution of exec-maven-plugin

Remove global default execution of exec-maven-plugin


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

Branch: refs/heads/master
Commit: 6489b6dbbcc947e707994892cbe1b6edb0e5b396
Parents: 8f712fd
Author: Kenneth Knowles <kl...@google.com>
Authored: Fri Nov 18 09:54:36 2016 -0800
Committer: Davor Bonaci <da...@google.com>
Committed: Sat Dec 3 16:12:00 2016 -0800

----------------------------------------------------------------------
 pom.xml | 8 --------
 1 file changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/6489b6db/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4e60fab..35a055c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -988,14 +988,6 @@
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>exec-maven-plugin</artifactId>
           <version>1.4.0</version>
-          <executions>
-            <execution>
-              <phase>verify</phase>
-              <goals>
-                <goal>java</goal>
-              </goals>
-            </execution>
-          </executions>
           <configuration>
             <cleanupDaemonThreads>false</cleanupDaemonThreads>
             <systemProperties>