Skip to content

Commit

Permalink
fix failing build due to maven git-commit-id plugin issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mxm committed Mar 2, 2015
1 parent 8dc91d9 commit 15a707a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stratosphere-dist/pom.xml
Expand Up @@ -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>
Expand Down
3 changes: 3 additions & 0 deletions stratosphere-runtime/pom.xml
Expand Up @@ -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
Expand Down

0 comments on commit 15a707a

Please sign in to comment.