Skip to content

Commit

Permalink
Making git plugin execute on initialize
Browse files Browse the repository at this point in the history
  • Loading branch information
Delawen committed Nov 30, 2017
1 parent 25a7e14 commit 87815a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,8 @@
<artifactId>git-commit-id-plugin</artifactId>
<version>2.2.1</version>
<executions>
<execution>
<execution>
<phase>initialize</phase>
<id>get-the-git-infos</id>
<goals>
<goal>revision</goal>
Expand Down

0 comments on commit 87815a7

Please sign in to comment.