You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by rm...@apache.org on 2014/06/10 21:35:04 UTC

[07/34] git commit: Fix dependency exclusion for examples in yarn-uberjar

Fix dependency exclusion for examples in yarn-uberjar


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

Branch: refs/heads/release-0.5.1
Commit: 2feb8ba6f36fd17d06245cdca947a098ea44e942
Parents: c899c90
Author: mingliang <qm...@gmail.com>
Authored: Fri Jun 6 15:43:42 2014 +0200
Committer: Robert Metzger <rm...@apache.org>
Committed: Tue Jun 10 21:25:28 2014 +0200

----------------------------------------------------------------------
 stratosphere-dist/src/main/assemblies/yarn-uberjar.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/2feb8ba6/stratosphere-dist/src/main/assemblies/yarn-uberjar.xml
----------------------------------------------------------------------
diff --git a/stratosphere-dist/src/main/assemblies/yarn-uberjar.xml b/stratosphere-dist/src/main/assemblies/yarn-uberjar.xml
index 5803963..598936f 100644
--- a/stratosphere-dist/src/main/assemblies/yarn-uberjar.xml
+++ b/stratosphere-dist/src/main/assemblies/yarn-uberjar.xml
@@ -31,7 +31,8 @@
 			<unpack>true</unpack>
 			<scope>runtime</scope>
 			<excludes>
-				<exclude>eu.stratosphere:stratosphere-examples:*</exclude>
+				<exclude>eu.stratosphere:stratosphere-java-examples:*</exclude>
+				<exclude>eu.stratosphere:stratosphere-scala-examples:*</exclude>
 			</excludes>
 		</dependencySet>
 	</dependencySets>