# ------------------------------------------------------------------- # 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. # ------------------------------------------------------------------- # ------------------------------------------------------------------- # D R I V E R P R O P E R T I E S # ------------------------------------------------------------------- maven.home.local = ${user.home}/.maven maven.property.inheritance=true maven.src.dir = ${basedir}/src maven.conf.dir = ${basedir}/conf maven.build.dir = ${basedir}/target maven.build.src = ${maven.build.dir}/src maven.build.dest = ${maven.build.dir}/classes # These should be in the java plugin maven.compile.debug = on maven.compile.optimize = off maven.compile.deprecation = off # ------------------------------------------------------------------ # R E P O R T I N G P R O P E R T I E S # ------------------------------------------------------------------ maven.docs.src = ${basedir}/xdocs maven.docs.dest = ${maven.build.dir}/docs maven.docs.outputencoding = ISO-8859-1 maven.docs.omitXmlDeclaration=false maven.gen.docs = ${maven.build.dir}/generated-xdocs # ------------------------------------------------------------------- # M A V E N L O C A L R E P O # ------------------------------------------------------------------- maven.repo.local = ${maven.home.local}/repository # ------------------------------------------------------------------- # M A V E N P L U G - I N D I R E C T O R Y # ------------------------------------------------------------------- maven.plugin.dir = ${maven.home}/plugins maven.plugin.user.dir = ${maven.home.local}/plugins maven.plugin.unpacked.dir = ${maven.home.local}/cache # ------------------------------------------------------------------- # M A V E N R E M O T E R E P O S # ------------------------------------------------------------------- maven.repo.remote = http://repo1.maven.org/maven # No longer default to publishing to ibiblio #maven.repo.central = login.ibiblio.org #maven.repo.central.directory = /public/html/maven maven.repo.remote.enabled = true maven.mode.online = true # ------------------------------------------------------------------- # M A V E N D I S T R I B U T I O N S # ------------------------------------------------------------------- # DEPRECATED: remove maven.distBuildDirectory = ${basedir}/target maven.distBuildIndicator = DIST_BUILD_DIRECTORY maven.distDirectory = ${basedir}/dist # ------------------------------------------------------------------- # E N V I R O N M E N T D E P E N D E N T T O O L S # ------------------------------------------------------------------- maven.scp.executable = scp maven.ssh.executable = ssh maven.username=USERNAME_NOT_SET maven.remote.group=maven # DEPRECATED: remove maven.build = MAVEN_BUILD_NOT_SET