maven-plugins/scm/plugin.properties
evenisse 85df922d35 Update to ASL v.2
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114795 13f79535-47bb-0310-9956-ffa450edef68
2004-03-04 18:40:25 +00:00

53 lines
2.0 KiB
Properties

# -------------------------------------------------------------------
# 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.
# -------------------------------------------------------------------
# Available settings currently only CVS
maven.scm.method=
# Directory to checkout to
maven.scm.checkout.dir=${maven.build.dir}/checkouts
# Set to true if you want to ignore the connection and developer connection parameters in the POM
maven.scm.ignore.pom.connection=false
# Set to true if you want to ignore the developer connection parameter only in the POM
maven.scm.ignore.pom.developerConnection=false
# Goals to run on checkout when bootstrapping a project
maven.scm.bootstrap.goals=
# Directory under the checkout that contains the project.xml to run
maven.scm.bootstrap.pom.dir=
# check whether CVS tagged first, and warn
maven.scm.check.tagged=true
#===============
# CVS Properties
#===============
# Set to CVS RSH variable, or leave as is to use CVS_RSH from the environment
maven.scm.cvs.rsh=
# Set to CVS root, or leave as is to use CVSROOT from the environment
maven.scm.cvs.root=
# CVS module to check out, required
maven.scm.cvs.module=
# Flags after update. Default updates new directories and prunes empty ones
maven.scm.cvs.update.flags=-Pd
# Flags after checkout. Default prunes empty directories
maven.scm.cvs.checkout.flags=-P
# Sticky tag/branch to use. Default is trunk.
maven.scm.cvs.sticky.tag=
# Whether to use quiet mode
maven.scm.cvs.quiet=true