From 382125bf495c0a23aa27b747c162fe317423d44b Mon Sep 17 00:00:00 2001 From: Max Michels Date: Mon, 2 Mar 2015 15:37:46 +0100 Subject: [PATCH] [FLINK-1624] fix failing build due to maven git-commit-id plugin issue https://github.com/ktoso/maven-git-commit-id-plugin/issues/61 This closes #447 --- stratosphere-dist/pom.xml | 3 +++ stratosphere-runtime/pom.xml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/stratosphere-dist/pom.xml b/stratosphere-dist/pom.xml index da0bf019baa64..bcdf2d101723f 100644 --- a/stratosphere-dist/pom.xml +++ b/stratosphere-dist/pom.xml @@ -349,6 +349,9 @@ false false src/main/stratosphere-bin/.version.properties + + true + diff --git a/stratosphere-runtime/pom.xml b/stratosphere-runtime/pom.xml index 8d9d1751523be..2695befef0c34 100644 --- a/stratosphere-runtime/pom.xml +++ b/stratosphere-runtime/pom.xml @@ -120,6 +120,9 @@ false false src/main/resources/.version.properties + + true +