Explorar el Código

Merge branch 'stable-5.4'

* stable-5.4:
  Fix generation of surefire report during site generation

Change-Id: I2054dc67fc001910b66f395200c6796d4cef8ef3
tags/v5.5.0.201908280940-m3
Matthias Sohn hace 4 años
padre
commit
601cca6d27
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      pom.xml

+ 1
- 1
pom.xml Ver fichero

@@ -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>

Cargando…
Cancelar
Guardar