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 bb7a85c commit 01b69d5Copy full SHA for 01b69d5
pom.xml
@@ -364,6 +364,9 @@
364
<generateGitPropertiesFile>true</generateGitPropertiesFile>
365
<generateGitPropertiesFilename>${project.build.outputDirectory}/git.properties</generateGitPropertiesFilename>
366
<format>json</format>
367
+ <excludeProperties>
368
+ <excludeProperty>^git.build.*$</excludeProperty>
369
+ </excludeProperties>
370
</configuration>
371
</plugin>
372
</plugins>
0 commit comments