Modifier and Type | Class and Description |
---|---|
class |
BazaarCheckInCommand |
Modifier and Type | Class and Description |
---|---|
class |
ClearCaseCheckInCommand |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCvsCheckInCommand |
Modifier and Type | Class and Description |
---|---|
class |
CvsExeCheckInCommand |
Modifier and Type | Class and Description |
---|---|
class |
CvsJavaCheckInCommand |
Modifier and Type | Class and Description |
---|---|
class |
GitCheckInCommand |
Modifier and Type | Class and Description |
---|---|
class |
JGitCheckInCommand
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 |
Modifier and Type | Class and Description |
---|---|
class |
HgCheckInCommand |
Modifier and Type | Class and Description |
---|---|
class |
IntegrityCheckInCommand
MKS Integrity implementation for Maven's AbstractCheckInCommand
The check-in command will also drop any files that are missing from the working directory |
Modifier and Type | Class and Description |
---|---|
class |
JazzCheckInCommand |
Modifier and Type | Class and Description |
---|---|
class |
LocalCheckInCommand |
Modifier and Type | Class and Description |
---|---|
class |
PerforceCheckInCommand |
Modifier and Type | Class and Description |
---|---|
class |
StarteamCheckInCommand |
Modifier and Type | Class and Description |
---|---|
class |
SvnCheckInCommand |
Modifier and Type | Class and Description |
---|---|
class |
SynergyCheckInCommand |
Modifier and Type | Class and Description |
---|---|
class |
TfsCheckInCommand |
Modifier and Type | Class and Description |
---|---|
class |
VssCheckInCommand |
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.