Skip to content

Commit

Permalink
[FLINK-4128] [build system] Fix directory for git-commit-id-plugin
Browse files Browse the repository at this point in the history
This closes apache#2179
  • Loading branch information
wei-mao-intel authored and greghogan committed Jun 30, 2016
1 parent 7324b9c commit 913dc8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flink-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ under the License.
</execution>
</executions>
<configuration>
<dotGitDirectory>${project.basedir}/../../.git</dotGitDirectory>
<dotGitDirectory>${project.basedir}/../.git</dotGitDirectory>
<generateGitPropertiesFile>true</generateGitPropertiesFile>
<skipPoms>false</skipPoms>
<failOnNoGitDirectory>false</failOnNoGitDirectory>
Expand Down

0 comments on commit 913dc8d

Please sign in to comment.