Uses of Interface
org.apache.maven.scm.provider.git.jgit.command.CustomizableSshSessionFactoryCommand
Packages that use CustomizableSshSessionFactoryCommand
Package
Description
-
Uses of CustomizableSshSessionFactoryCommand in org.apache.maven.scm.provider.git.jgit.command.branch
Classes in org.apache.maven.scm.provider.git.jgit.command.branch that implement CustomizableSshSessionFactoryCommand -
Uses of CustomizableSshSessionFactoryCommand in org.apache.maven.scm.provider.git.jgit.command.checkin
Classes in org.apache.maven.scm.provider.git.jgit.command.checkin that implement CustomizableSshSessionFactoryCommandModifier and TypeClassDescriptionclassThis 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 CustomizableSshSessionFactoryCommand in org.apache.maven.scm.provider.git.jgit.command.checkout
Classes in org.apache.maven.scm.provider.git.jgit.command.checkout that implement CustomizableSshSessionFactoryCommand -
Uses of CustomizableSshSessionFactoryCommand in org.apache.maven.scm.provider.git.jgit.command.tag
Classes in org.apache.maven.scm.provider.git.jgit.command.tag that implement CustomizableSshSessionFactoryCommand -
Uses of CustomizableSshSessionFactoryCommand in org.apache.maven.scm.provider.git.jgit.command.untag
Classes in org.apache.maven.scm.provider.git.jgit.command.untag that implement CustomizableSshSessionFactoryCommand