Commit 7526b741 by Johannes Edmeier

Allow builds for non git-repositories

Remove the git-commit-id-plugin from the sample and don't fail in docs when the sources are not located in an git-repository (e.g. downloaded from zip)
parent 7b38569a
......@@ -24,6 +24,7 @@
<goal>revision</goal>
</goals>
<configuration>
<failOnNoGitDirectory>false</failOnNoGitDirectory>
<skipPoms>false</skipPoms>
<generateGitPropertiesFile>false</generateGitPropertiesFile>
<dateFormat>dd.MM.yyyy</dateFormat>
......
......@@ -36,10 +36,6 @@
<addResources>false</addResources>
</configuration>
</plugin>
<plugin>
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment