Skip to content

Commit 787c9ca

Browse files
committed
verified
1 parent 02ebbf3 commit 787c9ca

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ bin/
1616

1717
out
1818
target
19+
testing.properties
1920

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,6 @@
187187
</resources>
188188

189189
<plugins>
190-
191-
192190
<!--<plugin>-->
193191
<!--<groupId>pl.project13.maven</groupId>-->
194192
<!--<artifactId>git-commit-id-plugin</artifactId>-->
@@ -209,10 +207,11 @@
209207

210208
<!--<dotGitDirectory>${project.basedir}/.git</dotGitDirectory>-->
211209

212-
<!--<generateGitPropertiesFile>false</generateGitPropertiesFile>-->
210+
<!--<generateGitPropertiesFile>true</generateGitPropertiesFile>-->
211+
<!--<generateGitPropertiesFilename>testing.properties</generateGitPropertiesFilename>-->
213212

214213
<!--<excludeProperties>-->
215-
<!--<excludeProperty>git.user.*</excludeProperty>-->
214+
<!--<excludeProperty>git.commit.*</excludeProperty>-->
216215
<!--</excludeProperties>-->
217216

218217
<!--<gitDescribe>-->

0 commit comments

Comments
 (0)