Skip to content

Commit 3b63b75

Browse files
committed
IPTE-22: disabled git.properties file generation
* to hide internal infos like build server
1 parent 8f9ea1c commit 3b63b75

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@
134134
<plugin>
135135
<groupId>pl.project13.maven</groupId>
136136
<artifactId>git-commit-id-plugin</artifactId>
137+
<configuration>
138+
<generateGitPropertiesFile>false</generateGitPropertiesFile>
139+
</configuration>
137140
</plugin>
138141

139142
<plugin>

0 commit comments

Comments
 (0)