mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15:50 +00:00
Downgrade Cobertura to enable 'mvn site'
This commit is contained in:
parent
eddc72cfa8
commit
410923f52a
1 changed files with 4 additions and 2 deletions
6
pom.xml
6
pom.xml
|
@ -39,7 +39,7 @@
|
|||
<dandelion.version>1.1.1</dandelion.version>
|
||||
<dandelion.datatables.version>1.1.0</dandelion.datatables.version>
|
||||
|
||||
<cobertura.version>2.7</cobertura.version>
|
||||
<cobertura.version>2.6</cobertura.version>
|
||||
|
||||
</properties>
|
||||
|
||||
|
@ -366,7 +366,9 @@
|
|||
<artifactId>cobertura-maven-plugin</artifactId>
|
||||
<version>${cobertura.version}</version>
|
||||
<configuration>
|
||||
<check/>
|
||||
<check>
|
||||
<haltOnFailure>false</haltOnFailure>
|
||||
</check>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
|
|
Loading…
Reference in a new issue