diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-08-25 11:58:14 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-08-25 11:58:14 +0200 |
commit | 601cca6d27e6c8c3f603f10acdb9ffcd84774e96 (patch) | |
tree | aca93a079ffe3a3c409c4c72de5eb83b91e97e90 | |
parent | 66567df4e2880d8dae1a8f27b79d2fa2d84dce6b (diff) | |
parent | ed3aa166d9e5d24647014c70bc02cfabecec52bf (diff) | |
download | jgit-601cca6d27e6c8c3f603f10acdb9ffcd84774e96.tar.gz jgit-601cca6d27e6c8c3f603f10acdb9ffcd84774e96.zip |
Merge branch 'stable-5.4'
* stable-5.4:
Fix generation of surefire report during site generation
Change-Id: I2054dc67fc001910b66f395200c6796d4cef8ef3
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -619,7 +619,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> - <version>${maven-surefire-version}</version> + <version>${maven-surefire-report-plugin-version}</version> <configuration> <aggregate>true</aggregate> <alwaysGenerateSurefireReport>false</alwaysGenerateSurefireReport> |