maven-plugins/scm/plugin.properties
2003-08-31 07:14:49 +00:00

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