make "maven clover" work

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130978 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rodney Waldhoff 2003-02-26 01:45:53 +00:00
parent 4b88bc49c1
commit cec79200d7
2 changed files with 19 additions and 0 deletions

14
project.properties Normal file
View File

@ -0,0 +1,14 @@
#maven.checkstyle.properties=src/conf/checkstyle.properties
maven.javadoc.author=false
maven.javadoc.links=http://java.sun.com/products/jdk/1.4/docs/api
maven.compile.debug=on
maven.compile.deprecation=off
maven.compile.optimize=off
maven.jarResources.basedir=src/java
maven.jar.excludes=**/package.html
maven.junit.fork=true
clover.excludes=**/Test*.java

View File

@ -71,6 +71,11 @@
<version>3.7</version>
</dependency>
<!-- these two are required by maven -->
<dependency><id>xml-apis</id><version>2.0.2</version></dependency>
<dependency><id>xerces</id><version>2.0.2</version></dependency>
<!-- /these two are required by maven -->
</dependencies>
<build>