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 2015/03/27 20:15:57 UTC

[3/3] flink git commit: [FLINK-1783] [quickstarts] Quickstarts create no dependency-reduced POM.

[FLINK-1783] [quickstarts] Quickstarts create no dependency-reduced POM.


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

Branch: refs/heads/master
Commit: d11e0910880a48bbd5c452e4c76ffdca000f5614
Parents: b6319ea
Author: Stephan Ewen <se...@apache.org>
Authored: Thu Mar 26 19:31:45 2015 +0100
Committer: Stephan Ewen <se...@apache.org>
Committed: Fri Mar 27 20:15:21 2015 +0100

----------------------------------------------------------------------
 .../src/main/resources/archetype-resources/pom.xml                  | 1 +
 .../src/main/resources/archetype-resources/pom.xml                  | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/d11e0910/flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git a/flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/pom.xml b/flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/pom.xml
index 703986c..8b9e88f 100644
--- a/flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/pom.xml
+++ b/flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/pom.xml
@@ -210,6 +210,7 @@ under the License.
 									<mainClass>${package}.Job</mainClass>
 								</transformer>
 							</transformers>
+							<createDependencyReducedPom>false</createDependencyReducedPom>
 						</configuration>
 					</execution>
 				</executions>

http://git-wip-us.apache.org/repos/asf/flink/blob/d11e0910/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git a/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml b/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml
index 1e4d87a..e940b90 100644
--- a/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml
+++ b/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml
@@ -215,6 +215,7 @@ under the License.
 									<mainClass>${package}.Job</mainClass>
 								</transformer>
 							</transformers>
+							<createDependencyReducedPom>false</createDependencyReducedPom>
 						</configuration>
 					</execution>
 				</executions>