Uses of Class
org.apache.maven.scm.command.checkin.AbstractCheckInCommand
- 
- 
Uses of AbstractCheckInCommand in org.apache.maven.scm.provider.git.gitexe.command.checkinSubclasses of AbstractCheckInCommand in org.apache.maven.scm.provider.git.gitexe.command.checkin Modifier and Type Class Description classGitCheckInCommand
- 
Uses of AbstractCheckInCommand in org.apache.maven.scm.provider.git.jgit.command.checkinSubclasses of AbstractCheckInCommand in org.apache.maven.scm.provider.git.jgit.command.checkin Modifier and Type Class Description classJGitCheckInCommandThis 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.checkinSubclasses of AbstractCheckInCommand in org.apache.maven.scm.provider.hg.command.checkin Modifier and Type Class Description classHgCheckInCommand
- 
Uses of AbstractCheckInCommand in org.apache.maven.scm.provider.local.command.checkinSubclasses of AbstractCheckInCommand in org.apache.maven.scm.provider.local.command.checkin Modifier and Type Class Description classLocalCheckInCommand
- 
Uses of AbstractCheckInCommand in org.apache.maven.scm.provider.svn.svnexe.command.checkinSubclasses of AbstractCheckInCommand in org.apache.maven.scm.provider.svn.svnexe.command.checkin Modifier and Type Class Description classSvnCheckInCommand
 
-