diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-08-24 02:32:13 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-08-25 11:56:17 +0200 |
commit | ed3aa166d9e5d24647014c70bc02cfabecec52bf (patch) | |
tree | 88bf260a2a16e27e4e86c23556fc8d43acf60555 /pom.xml | |
parent | 85a1d8bcf85e048436cc03dcae4e5bcb889bfa24 (diff) | |
download | jgit-ed3aa166d9e5d24647014c70bc02cfabecec52bf.tar.gz jgit-ed3aa166d9e5d24647014c70bc02cfabecec52bf.zip |
Fix generation of surefire report during site generation
Change-Id: I29b1bcfe6cb1714e3dd0e8f5aa47c7f34f1d2fc9
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -620,7 +620,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> |