Maven Source Control Management Plug-in Settings

General SCM Settings

PropertyOptional?Description
maven.scm.methodYes

Default value is cvs.

maven.scm.checkout.dirYes

Default value is ${basedir}/checkouts.

maven.scm.check.taggedYes

When true, you will be asked for confirmation if you are attempting to release from HEAD. Default value is true.

maven.scm.bootstrap.goalsNo

Goals to call on the checked out project.

maven.scm.bootstrap.pom.dirYes

Where to find project.xml in the checked out project.

CVS Settings

PropertyOptional?Description
maven.scm.cvs.rootYes

Default value is taken from CVSROOT in the environment.

maven.scm.cvs.update.flagsYes

Default value is -Pd. Note that any environment settings (eg .cvsrc) will also affect this.

maven.scm.cvs.moduleNo

The CVS module to checkout

maven.scm.cvs.sticky.tagYes

Sticky tag to use when checking out or updating. Default is none.

maven.scm.cvs.quietYes

Default value is true.

maven.scm.cvs.checkout.flagsYes

Default value is -P. Note that any environment settings (eg .cvsrc) will also affect this.

maven.scm.cvs.rshYes

Default value is taken from CVS_RSH in the environment.