override so it uses the latest clover
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137998 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8beb1547c6
commit
4932018862
|
@ -14,7 +14,7 @@
|
|||
# limitations under the License.
|
||||
#
|
||||
|
||||
# $Id: project.properties,v 1.13 2004/10/21 00:36:37 ggregory Exp $
|
||||
# $Id: project.properties,v 1.14 2004/12/18 03:06:35 bayard Exp $
|
||||
|
||||
maven.checkstyle.properties=checkstyle.xml
|
||||
maven.junit.fork=true
|
||||
|
@ -43,4 +43,7 @@ maven.compile.target = 1.1
|
|||
# Specifies the source version for the Java compiler.
|
||||
# Corresponds to the source attribute for the ant javac task.
|
||||
# Valid values are 1.3, 1.4, 1.5.
|
||||
maven.compile.source = 1.3
|
||||
maven.compile.source = 1.3
|
||||
|
||||
maven.jar.override=on
|
||||
maven.jar.clover=1.3.2
|
||||
|
|
Loading…
Reference in New Issue