You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by se...@apache.org on 2014/12/10 15:50:40 UTC

[4/4] incubator-flink git commit: [java8] Fix pom.xml to properly work with Eclipse m2e

[java8] Fix pom.xml to properly work with Eclipse m2e


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

Branch: refs/heads/master
Commit: 6d69f697fd1483a30a88bc10d2544a2240e77ed4
Parents: a79ea78
Author: Stephan Ewen <se...@apache.org>
Authored: Wed Dec 10 15:45:40 2014 +0100
Committer: Stephan Ewen <se...@apache.org>
Committed: Wed Dec 10 15:45:40 2014 +0100

----------------------------------------------------------------------
 flink-java8/pom.xml | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/6d69f697/flink-java8/pom.xml
----------------------------------------------------------------------
diff --git a/flink-java8/pom.xml b/flink-java8/pom.xml
index 0aa06fa..ad1273c 100644
--- a/flink-java8/pom.xml
+++ b/flink-java8/pom.xml
@@ -188,7 +188,7 @@ under the License.
 										</goals>
 									</pluginExecutionFilter>
 									<action>
-										<ignore></ignore>
+										<ignore/>
 									</action>
 								</pluginExecution>
 								<pluginExecution>
@@ -202,7 +202,20 @@ under the License.
 										</goals>
 									</pluginExecutionFilter>
 									<action>
-										<ignore></ignore>
+										<ignore/>
+									</action>
+								</pluginExecution>
+								<pluginExecution>
+									<pluginExecutionFilter>
+										<groupId>org.apache.maven.plugins</groupId>
+										<artifactId>maven-dependency-plugin</artifactId>
+										<versionRange>[2.9,)</versionRange>
+										<goals>
+											<goal>unpack</goal>
+										</goals>
+									</pluginExecutionFilter>
+									<action>
+										<ignore/>
 									</action>
 								</pluginExecution>
 							</pluginExecutions>