Skip to content

Commit 8f9ea1c

Browse files
committed
IPTE-22: added missing plugin activation
1 parent 85bf1be commit 8f9ea1c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,11 @@
131131
<artifactId>spring-boot-maven-plugin</artifactId>
132132
</plugin>
133133

134+
<plugin>
135+
<groupId>pl.project13.maven</groupId>
136+
<artifactId>git-commit-id-plugin</artifactId>
137+
</plugin>
138+
134139
<plugin>
135140
<artifactId>maven-assembly-plugin</artifactId>
136141
<executions>

src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ [email protected]@
88
build.timestamp=@maven.build.timestamp@
99

1010
# git-commit-id-plugin
11-
git.commit.id=@git.commit.id.full@
11+
git.commit.id=@git.commit.id@
1212
git.commit.time=@git.commit.time@
1313
git.branch=@git.branch@
1414
git.dirty=@git.dirty@

0 commit comments

Comments
 (0)