mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
fix build Reproducible. #1128
This commit is contained in:
@@ -101,7 +101,15 @@
|
||||
<dateFormat>yyyy-MM-dd'T'HH:mm:ssZ</dateFormat>
|
||||
<generateGitPropertiesFile>true</generateGitPropertiesFile>
|
||||
<generateGitPropertiesFilename>${project.build.outputDirectory}/arthas-git.properties</generateGitPropertiesFilename>
|
||||
<excludeProperties>git.build.host</excludeProperties>
|
||||
<excludeProperties>
|
||||
<excludeProperty>git.build.host</excludeProperty>
|
||||
<excludeProperty>git.build.time</excludeProperty>
|
||||
<excludeProperty>git.build.user.email</excludeProperty>
|
||||
<excludeProperty>git.build.user.name</excludeProperty>
|
||||
<excludeProperty>git.remote.origin.url</excludeProperty>
|
||||
<excludeProperty>git.total.commit.count</excludeProperty>
|
||||
<excludeProperty>git.commit.time</excludeProperty>
|
||||
</excludeProperties>
|
||||
<injectAllReactorProjects>true</injectAllReactorProjects>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
Reference in New Issue
Block a user