You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by mx...@apache.org on 2015/03/02 16:24:41 UTC

flink git commit: [FLINK-1624] fix failing build due to maven git-commit-id plugin issue

Repository: flink
Updated Branches:
  refs/heads/release-0.4 8dc91d9ab -> 9b1c62d40


[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 #445


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

Branch: refs/heads/release-0.4
Commit: 9b1c62d40b4471d4a734aed8667340dd2228dcd1
Parents: 8dc91d9
Author: Max Michels <mx...@apache.org>
Authored: Mon Mar 2 15:37:46 2015 +0100
Committer: Max Michels <mx...@apache.org>
Committed: Mon Mar 2 16:19:45 2015 +0100

----------------------------------------------------------------------
 stratosphere-dist/pom.xml    | 3 +++
 stratosphere-runtime/pom.xml | 3 +++
 2 files changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/9b1c62d4/stratosphere-dist/pom.xml
----------------------------------------------------------------------
diff --git a/stratosphere-dist/pom.xml b/stratosphere-dist/pom.xml
index 1e53e64..676d0e8 100644
--- a/stratosphere-dist/pom.xml
+++ b/stratosphere-dist/pom.xml
@@ -333,6 +333,9 @@
 					<generateGitPropertiesFile>true</generateGitPropertiesFile>
 					<skipPoms>false</skipPoms>
 					<generateGitPropertiesFilename>src/main/stratosphere-bin/.version.properties</generateGitPropertiesFilename>
+                                            <gitDescribe>
+                                              <skip>true</skip>
+                                            </gitDescribe>
 				</configuration>
 			</plugin>
 		</plugins>

http://git-wip-us.apache.org/repos/asf/flink/blob/9b1c62d4/stratosphere-runtime/pom.xml
----------------------------------------------------------------------
diff --git a/stratosphere-runtime/pom.xml b/stratosphere-runtime/pom.xml
index 0ea4de0..f22b95f 100644
--- a/stratosphere-runtime/pom.xml
+++ b/stratosphere-runtime/pom.xml
@@ -112,6 +112,9 @@
 					<generateGitPropertiesFile>true</generateGitPropertiesFile>
 					<skipPoms>false</skipPoms>
 					<generateGitPropertiesFilename>src/main/resources/.version.properties</generateGitPropertiesFilename>
+                                        <gitDescribe>
+                                          <skip>true</skip>
+                                        </gitDescribe>
 				</configuration>
 			</plugin>
 			<!-- Add version to jar http://stackoverflow.com/questions/2712970/how-to-get-maven-artifact-version-at-runtime