public enum MavenOption extends Enum<MavenOption> implements CiOption
| Enum Constant and Description |
|---|
ARGLINE
maven-failsafe-plugin and maven-surefire-plugin's configuration argLine.
|
ENFORCER_SKIP |
GENERATEREPORTS
See: "https://maven.apache.org/plugins/maven-site-plugin/site-mojo.html".
|
JIRA_PASSWORD |
JIRA_PROJECTKEY |
JIRA_USER |
LINKXREF |
MAVEN_CLEAN_SKIP |
MAVEN_COMPILER_ENCODING |
MAVEN_INSTALL_SKIP |
MAVEN_JAVADOC_SKIP |
MAVEN_SITE_DEPLOY_SKIP |
MAVEN_SITE_SKIP
See: "https://maven.apache.org/plugins/maven-site-plugin/site-mojo.html".
|
MAVEN_SOURCE_SKIP |
MAVEN_TEST_FAILURE_IGNORE |
MAVEN_TEST_SKIP
Deprecated.
|
MVNEXECUTABLE
See "https://github.com/aleksandr-m/gitflow-maven-plugin".
|
PMD_SKIP |
PROJECT_BUILD_SOURCEENCODING
Deprecated.
|
PROJECT_REPORTING_OUTPUTENCODING
Deprecated.
|
SKIPITS
Since skipTests is also supported by the Surefire Plugin, this will have the effect of not running any tests.
|
SKIPTESTPROJECT
Skip tests when `./mvnw gitflow:release-finish`.
|
SKIPTESTS
Keep test-compile but do not run tests.
|
SONAR_BUILDBREAKER_SKIP |
SPOTBUGS_SKIP |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getDefaultValue() |
String |
getPropertyName() |
static MavenOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MavenOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfcalculateValue, findInProperties, getEnvVariableName, getSystemPropertyName, getValue, name, setPropertiespublic static final MavenOption ARGLINE
public static final MavenOption ENFORCER_SKIP
public static final MavenOption MAVEN_CLEAN_SKIP
public static final MavenOption MAVEN_COMPILER_ENCODING
public static final MavenOption MVNEXECUTABLE
public static final MavenOption MAVEN_INSTALL_SKIP
public static final MavenOption MAVEN_JAVADOC_SKIP
public static final MavenOption GENERATEREPORTS
public static final MavenOption JIRA_PROJECTKEY
public static final MavenOption JIRA_USER
public static final MavenOption JIRA_PASSWORD
public static final MavenOption LINKXREF
public static final MavenOption MAVEN_SITE_SKIP
public static final MavenOption MAVEN_SITE_DEPLOY_SKIP
public static final MavenOption MAVEN_SOURCE_SKIP
public static final MavenOption MAVEN_TEST_FAILURE_IGNORE
@Deprecated public static final MavenOption MAVEN_TEST_SKIP
public static final MavenOption PMD_SKIP
@Deprecated public static final MavenOption PROJECT_BUILD_SOURCEENCODING
@Deprecated public static final MavenOption PROJECT_REPORTING_OUTPUTENCODING
public static final MavenOption SKIPITS
public static final MavenOption SKIPTESTPROJECT
public static final MavenOption SKIPTESTS
public static final MavenOption SONAR_BUILDBREAKER_SKIP
public static final MavenOption SPOTBUGS_SKIP
public static MavenOption[] values()
for (MavenOption c : MavenOption.values()) System.out.println(c);
public static MavenOption valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic Optional<String> getDefaultValue()
getDefaultValue in interface CiOptionpublic String getPropertyName()
getPropertyName in interface CiOptionCopyright © 2019. All rights reserved.