git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113911 13f79535-47bb-0310-9956-ffa450edef68
35 lines
1.1 KiB
Properties
35 lines
1.1 KiB
Properties
# Available settings currently only CVS
|
|
maven.scm.method=
|
|
# Directory to checkout to
|
|
maven.scm.checkout.dir=${basedir}/checkouts
|
|
# Set to true if you want to ignore the connection parameter in the POM
|
|
maven.scm.ignore.pom.connection=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
|
|
|