# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you 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://www.apache.org/dist/java-repository/ maven.remote.group=apcvs maven.repo.list=snapshot # Repository for official releases maven.repo.apache=scpexe://cvs.apache.org maven.repo.apache.directory=/www/www.apache.org/dist/java-repository # Repository for alpha, beta, rc releases maven.repo.snapshot=scpexe://cvs.apache.org maven.repo.snapshot.directory=/www/cvs.apache.org/repository # display the date on the site maven.xdoc.date = left maven.xdoc.locale.default = en # Display the version the web site is documenting maven.xdoc.version = ${pom.currentVersion} # Build 1.3 sources maven.compile.source = 1.3 maven.compile.target = 1.2 maven.compile.debug = on maven.compile.optimize = off maven.compile.deprecation = off maven.compile.encoding = UTF-8 maven.test.ignore.failures=false maven.junit.fork=true # No ideology without asking maven.xdoc.developmentProcessUrl= maven.xdoc.navigation.file=xdoc/stylesheet/project.xml maven.xdoc.theme= velocity # Uncomment when http://jira.codehaus.org/browse/MPTEST-57 has been resolved # maven.test.classpath= ${basedir}/test/cpload/test1.jar:${basedir}/test/cpload/test2.jar:${basedir}/test/multiloader/test1.jar