[Build] use branch version in execution hit file name
This commit is contained in:
parent
b5b82626e7
commit
11b51b1780
2
pom.xml
2
pom.xml
|
@ -402,7 +402,7 @@
|
|||
showStatusIgnored="true"
|
||||
showSuiteSummary="true"
|
||||
timestamps="false"/>
|
||||
<report-execution-times historyLength="20" file="${basedir}/.local-execution-hints.log"/>
|
||||
<report-execution-times historyLength="20" file="${basedir}/.local-${project.version}-execution-hints.log"/>
|
||||
</listeners>
|
||||
<assertions>
|
||||
<enable/>
|
||||
|
|
Loading…
Reference in New Issue