2004-02-19 16:41:04 -05:00
|
|
|
# Copyright 2003-2004 The Apache Software Foundation
|
|
|
|
#
|
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
# you may not use this file except in compliance with the License.
|
|
|
|
# You may obtain a copy of the License at
|
|
|
|
#
|
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
#
|
|
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
# See the License for the specific language governing permissions and
|
|
|
|
# limitations under the License.
|
|
|
|
|
2003-02-25 20:45:53 -05:00
|
|
|
#maven.checkstyle.properties=src/conf/checkstyle.properties
|
2004-02-17 23:11:35 -05:00
|
|
|
maven.xdoc.jsl=../commons-build/commons-site.jsl
|
2004-01-15 01:34:23 -05:00
|
|
|
maven.xdoc.date=left
|
2004-01-15 16:06:20 -05:00
|
|
|
#maven.xdoc.version=${pom.currentVersion}
|
2004-01-15 01:34:23 -05:00
|
|
|
maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
|
2003-09-06 07:11:04 -04:00
|
|
|
maven.xdoc.poweredby.image=maven-feather.png
|
2003-02-25 20:45:53 -05:00
|
|
|
|
|
|
|
maven.javadoc.author=false
|
2003-12-13 18:28:43 -05:00
|
|
|
maven.javadoc.links=http://java.sun.com/j2se/1.3/docs/api/
|
2004-01-10 13:09:32 -05:00
|
|
|
maven.javadoc.overview=src/java/org/apache/commons/collections/overview.html
|
2004-01-24 08:31:29 -05:00
|
|
|
#maven.javadoc.public=true
|
2004-01-10 13:09:32 -05:00
|
|
|
#maven.javadoc.package=false
|
|
|
|
#maven.javadoc.private=false
|
|
|
|
|
|
|
|
# Uncomment to generate old javadoc using maven javadoc:generate
|
2004-01-15 16:06:20 -05:00
|
|
|
# These must be used one at a time
|
|
|
|
# The maven xml also has full support for tags as part of site generation
|
2004-04-09 18:55:44 -04:00
|
|
|
#collections.javadoc.tag=COLLECTIONS_2_1
|
|
|
|
#collections.javadoc.tag.windowtitle="Collections 2.1 release API"
|
|
|
|
#collections.javadoc.tag=COLLECTIONS_3_0
|
|
|
|
#collections.javadoc.tag.windowtitle="Collections 3.0 release API"
|
2004-01-24 08:31:29 -05:00
|
|
|
collections.javadoc.tag.access=public
|
2003-02-25 20:45:53 -05:00
|
|
|
|
2004-04-09 18:55:44 -04:00
|
|
|
maven.jdiff.old.tag=COLLECTIONS_3_0
|
|
|
|
|
2003-02-25 20:45:53 -05:00
|
|
|
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
|