mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:25:50 +00:00
Adding instruction to fix build on Maven 3.2.x
This commit is contained in:
parent
ad423f5750
commit
b265fc802d
1 changed files with 1 additions and 0 deletions
1
pom.xml
1
pom.xml
|
@ -408,6 +408,7 @@
|
||||||
<artifactId>cobertura-maven-plugin</artifactId>
|
<artifactId>cobertura-maven-plugin</artifactId>
|
||||||
<version>${cobertura.version}</version>
|
<version>${cobertura.version}</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
<check/>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
|
|
Loading…
Reference in a new issue