summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2019-08-24 02:32:13 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2019-08-25 11:56:17 +0200
commited3aa166d9e5d24647014c70bc02cfabecec52bf (patch)
tree88bf260a2a16e27e4e86c23556fc8d43acf60555 /pom.xml
parent85a1d8bcf85e048436cc03dcae4e5bcb889bfa24 (diff)
downloadjgit-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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index c13cfa3e18..cec2cf6623 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>