From 15a707ad67611176afd21591c926892175532f66 Mon Sep 17 00:00:00 2001 From: Max Michels Date: Mon, 2 Mar 2015 15:37:46 +0100 Subject: [PATCH] fix failing build due to maven git-commit-id plugin issue https://github.com/ktoso/maven-git-commit-id-plugin/issues/61 --- 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 1e53e64eefa367..676d0e83d19966 100644 --- a/stratosphere-dist/pom.xml +++ b/stratosphere-dist/pom.xml @@ -333,6 +333,9 @@ true false src/main/stratosphere-bin/.version.properties + + true + diff --git a/stratosphere-runtime/pom.xml b/stratosphere-runtime/pom.xml index 0ea4de028dd409..f22b95f9e0b20c 100644 --- a/stratosphere-runtime/pom.xml +++ b/stratosphere-runtime/pom.xml @@ -112,6 +112,9 @@ true false src/main/resources/.version.properties + + true +