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:
Brett Leslie Porter 2005-09-22 00:33:45 +00:00
parent 4aaabdbece
commit 5ce9186b5c
1 changed files with 1 additions and 7 deletions

View File

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