]> source.dussan.org Git - jgit.git/commitdiff
Fix generation of surefire report during site generation 87/148287/1
authorMatthias Sohn <matthias.sohn@sap.com>
Sat, 24 Aug 2019 00:32:13 +0000 (02:32 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Sun, 25 Aug 2019 09:56:17 +0000 (11:56 +0200)
Change-Id: I29b1bcfe6cb1714e3dd0e8f5aa47c7f34f1d2fc9
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index c13cfa3e18be6b933c155eacff76466556986d7e..cec2cf66236499e1695335995230d5a3995aaf86 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <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>