mirror of https://github.com/apache/maven.git
fix up the sample
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290867 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4aaabdbece
commit
5ce9186b5c
|
@ -17,19 +17,13 @@
|
||||||
<version>3.8.1</version>
|
<version>3.8.1</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- to be removed -->
|
|
||||||
<dependency>
|
|
||||||
<groupId>clover</groupId>
|
|
||||||
<artifactId>clover</artifactId>
|
|
||||||
<version>1.3.9</version>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<reporting>
|
<reporting>
|
||||||
|
<excludeDefaults>true</excludeDefaults>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-clover-plugin</artifactId>
|
<artifactId>maven-clover-plugin</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</reporting>
|
</reporting>
|
||||||
|
|
Loading…
Reference in New Issue