We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85bf1be commit 8f9ea1cCopy full SHA for 8f9ea1c
pom.xml
@@ -131,6 +131,11 @@
131
<artifactId>spring-boot-maven-plugin</artifactId>
132
</plugin>
133
134
+ <plugin>
135
+ <groupId>pl.project13.maven</groupId>
136
+ <artifactId>git-commit-id-plugin</artifactId>
137
+ </plugin>
138
+
139
<plugin>
140
<artifactId>maven-assembly-plugin</artifactId>
141
<executions>
src/main/resources/application.properties
@@ -8,7 +8,7 @@ [email protected]@
8
build.timestamp=@maven.build.timestamp@
9
10
# git-commit-id-plugin
11
-git.commit.id=@git.commit.id.full@
+git.commit.id=@git.commit.id@
12
git.commit.time=@git.commit.time@
13
git.branch=@git.branch@
14
git.dirty=@git.dirty@
0 commit comments