File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 9292 <maven .compiler.target>17</maven .compiler.target>
9393 <activemq .client.version>5.18.4</activemq .client.version>
9494 <commons .compress.version>1.26.1</commons .compress.version>
95- <!-- suppress UnresolvedMavenProperty -->
96- <project .build.outputTimestamp>${git.commit.time} </project .build.outputTimestamp>
9795 </properties >
9896 <build >
9997 <plugins >
186184 <generateGitPropertiesFile >true</generateGitPropertiesFile >
187185 <generateGitPropertiesFilename >${project.build.outputDirectory} /git.properties</generateGitPropertiesFilename >
188186 <format >json</format >
189- <excludeProperties >
190- <excludeProperty >^git.build.* $</excludeProperty >
191- <excludeProperty >^git.local.branch.* $</excludeProperty >
192- </excludeProperties >
187+ <includeOnlyProperties >
188+ <includeOnlyProperty >^git.commit.id $</includeOnlyProperty >
189+ <includeOnlyProperty >^git.commit.id.abbrev $</includeOnlyProperty >
190+ </includeOnlyProperties >
193191 </configuration >
194192 </plugin >
195193 </plugins >
You can’t perform that action at this time.
0 commit comments