Uses of Class
org.apache.maven.scm.command.checkin.AbstractCheckInCommand
Packages that use AbstractCheckInCommand
Package
Description
-
Uses of AbstractCheckInCommand in org.apache.maven.scm.provider.git.gitexe.command.checkin
-
Uses of AbstractCheckInCommand in org.apache.maven.scm.provider.git.jgit.command.checkin
Modifier and TypeClassDescriptionclass
This provider uses the following strategy to discover the committer and author name/mail for a commit: "user" section in .gitconfig "username" passed to maven execution default git config (system user and hostname for email) the "maven-scm" config can be configured like this:
the default email domain to be used (will be used to create an email from the username passed to maven):
git config --global maven-scm.maildomain mycomp.com
you can also enforce the usage of the username for the author and committer:
git config --global maven-scm.forceUsername true
-
Uses of AbstractCheckInCommand in org.apache.maven.scm.provider.hg.command.checkin
Subclasses of AbstractCheckInCommand in org.apache.maven.scm.provider.hg.command.checkin -
Uses of AbstractCheckInCommand in org.apache.maven.scm.provider.local.command.checkin
-
Uses of AbstractCheckInCommand in org.apache.maven.scm.provider.svn.svnexe.command.checkin