# ------------------------------------------------------------------- # Copyright 2001-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. # ------------------------------------------------------------------- maven.repo.remote=http://www.ibiblio.org/maven/,http://cvs.apache.org/repository/ maven.compile.source=1.4 maven.javadoc.additionalparam=-tag todo:a:"To Do:" #Home directory of where you have installed the container on which you wish to run the Cactus tests. #Valid container names are: tomcat4x, tomcat5x, resin2x, resin3x, orion1x, orion2x, jboss3x and weblogic7x. #cactus.home.[container name] cactus.home.tomcat5x=/home/jmitchell/apache_home/jakarta-tomcat-5.5.11 maven.changelog.factory = org.apache.maven.svnlib.SvnChangeLogFactory maven.multiproject.includes=*/*/project.xml maven.multiproject.excludes=wars/example/project.xml maven.multiproject.jar.includes=jars/*/project.xml maven.multiproject.war.includes=wars/*/project.xml maven.multiproject.war.excludes=wars/example/project.xml # Sun's tools.jar maven.jar.override=true maven.jar.tools=${tools.jar}