Index

A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractInvokerMojo - Class in org.apache.maven.plugins.invoker
Provides common code for mojos invoking sub builds.
AbstractInvokerMojo(Invoker, SettingsBuilder, ToolchainManagerPrivate, InterpolatorUtils) - Constructor for class org.apache.maven.plugins.invoker.AbstractInvokerMojo
 
AbstractInvokerMojo.ToolchainPrivateManager - Class in org.apache.maven.plugins.invoker
 
accept(File, String) - Method in class org.apache.maven.plugins.invoker.ReportUtils.FileFilterOnlyXmlFile
 
accept(BuildJob) - Method in interface org.apache.maven.plugins.invoker.JobExecutor.ThrowableJobConsumer
 
actualJavaVersion - Variable in class org.apache.maven.plugins.invoker.Selector
 
actualMavenVersion - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
The version of Maven which is used to run the builds
actualMavenVersion - Variable in class org.apache.maven.plugins.invoker.Selector
 
addDefaultEntities - Variable in class org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Reader
If set the parser will be loaded with all single characters from the XHTML specification.
addJob(BuildJob) - Method in class org.apache.maven.plugins.invoker.InvokerSession
Adds the specified build job to this session.
addMissingDotMvnDirectory(File, List<BuildJob>) - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
We need add missing .mnvn directories for executing projects
addProvides(String, String) - Method in class org.apache.maven.plugins.invoker.InvokerToolchain
 
addTestClassPath - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
A flag whether the test class path of the project under test should be included in the class path of the pre-/post-build scripts.
alreadyCloned(String, List<String>) - Static method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Determines whether the specified sub path has already been cloned, i.e.
append(StringBuilder, String, int) - Method in class org.apache.maven.plugins.maven_invoker_plugin.HelpMojo
Append a description to the buffer by respecting the indentSize and lineLength parameters.
atInterpolator - Variable in class org.apache.maven.plugins.invoker.InterpolatorUtils
 

B

build() - Method in class org.apache.maven.plugins.maven_invoker_plugin.HelpMojo
 
BUILD_RESULT - Enum constant in enum org.apache.maven.plugins.invoker.InvokerProperties.InvocationProperty
 
buildInterpolatedFile(File, File) - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Interpolates the specified POM/settings file to a temporary file.
BuildJob - Class in org.apache.maven.plugins.invoker.model
Describes a build job processed by the Maven Invoker Plugin.
BuildJob() - Constructor for class org.apache.maven.plugins.invoker.model.BuildJob
Creates a new empty build job.
BuildJob(String) - Constructor for class org.apache.maven.plugins.invoker.model.BuildJob
Creates a new build job with the specified project path.
BuildJob.Result - Class in org.apache.maven.plugins.invoker.model
The various results with which a build job can complete.
BuildJob.Type - Class in org.apache.maven.plugins.invoker.model
The various types of a build job.
buildJobs - Variable in class org.apache.maven.plugins.invoker.InvokerReportRenderer
 
buildJobs - Variable in class org.apache.maven.plugins.invoker.InvokerSession
 
BuildJobXpp3Reader - Class in org.apache.maven.plugins.invoker.model.io.xpp3
Class BuildJobXpp3Reader.
BuildJobXpp3Reader() - Constructor for class org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Reader
 
BuildJobXpp3Reader(BuildJobXpp3Reader.ContentTransformer) - Constructor for class org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Reader
 
BuildJobXpp3Reader.ContentTransformer - Interface in org.apache.maven.plugins.invoker.model.io.xpp3
 
BuildJobXpp3Writer - Class in org.apache.maven.plugins.invoker.model.io.xpp3
Class BuildJobXpp3Writer.
BuildJobXpp3Writer() - Constructor for class org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Writer
 
buildlog - Variable in class org.apache.maven.plugins.invoker.model.BuildJob
The build log filename.

C

calculateExcludes() - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
 
calculateIncludes() - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
 
canGenerateReport() - Method in class org.apache.maven.plugins.invoker.InvokerReport
 
checkFieldWithDuplicate(XmlPullParser, String, String, Set<String>) - Method in class org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Reader
Method checkFieldWithDuplicate.
checkUnknownAttribute(XmlPullParser, String, String, boolean) - Method in class org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Reader
Method checkUnknownAttribute.
checkUnknownElement(XmlPullParser, boolean) - Method in class org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Reader
Method checkUnknownElement.
clear() - Method in class org.apache.maven.plugins.invoker.CompositeMap
cloneAllFiles - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Some files are normally excluded when copying the IT projects from the directory specified by the parameter projectsDirectory to the directory given by cloneProjectsTo (e.g.
cloneClean - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Ensure the AbstractInvokerMojo.cloneProjectsTo directory is not polluted with files from earlier invoker runs.
cloneProjects(Collection<String>) - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Copies the specified projects to the directory given by AbstractInvokerMojo.cloneProjectsTo.
cloneProjectsTo - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Directory to which projects should be cloned prior to execution.
cloneSettings() - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
 
collectedProjects - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Projects that are cloned undergo some filtering.
collectProjects(File, String, Collection<String>, boolean) - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Collects all projects locally reachable from the specified project.
compareVersions(List<Integer>, List<Integer>) - Static method in class org.apache.maven.plugins.invoker.SelectorUtils
 
CompositeMap - Class in org.apache.maven.plugins.invoker
A map-like source to interpolate expressions.
CompositeMap(MavenProject, Map<String, Object>, boolean) - Constructor for class org.apache.maven.plugins.invoker.CompositeMap
Creates a new interpolation source backed by the specified Maven project and some user-specified properties.
configureInvocation(InvocationRequest, int) - Method in class org.apache.maven.plugins.invoker.InvokerProperties
Configures the specified invocation request from these invoker properties.
containsKey(Object) - Method in class org.apache.maven.plugins.invoker.CompositeMap
containsValue(Object) - Method in class org.apache.maven.plugins.invoker.CompositeMap
contentTransformer - Variable in class org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Reader
Field contentTransformer.
copyDirectoryStructure(File, File) - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Copied a directory structure with default exclusions (.svn, CVS, etc)
createSystemSessionForLocalRepo() - Method in class org.apache.maven.plugins.invoker.InstallMojo
Create a new RepositorySystemSession connected with local repo.

D

debug - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Whether to show debug statements in the build output.
DEBUG - Enum constant in enum org.apache.maven.plugins.invoker.InvokerProperties.InvocationProperty
 
DEFAULT_LINE_LENGTH - Static variable in class org.apache.maven.plugins.maven_invoker_plugin.HelpMojo
 
defaultDebug - Variable in class org.apache.maven.plugins.invoker.InvokerProperties
 
defaultEnvironmentVariables - Variable in class org.apache.maven.plugins.invoker.InvokerProperties
 
defaultGoals - Variable in class org.apache.maven.plugins.invoker.InvokerProperties
 
defaultMavenExecutable - Variable in class org.apache.maven.plugins.invoker.InvokerProperties
 
defaultMavenOpts - Variable in class org.apache.maven.plugins.invoker.InvokerProperties
 
defaultProfiles - Variable in class org.apache.maven.plugins.invoker.InvokerProperties
 
defaultQuiet - Variable in class org.apache.maven.plugins.invoker.InvokerProperties
 
defaultTimeoutInSeconds - Variable in class org.apache.maven.plugins.invoker.InvokerProperties
 
defaultUpdateSnapshots - Variable in class org.apache.maven.plugins.invoker.InvokerProperties
 
defaultUserPropertiesFiles - Variable in class org.apache.maven.plugins.invoker.InvokerProperties
 
deleteInterpolatedPomFile(File) - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Delete the interpolated pom file if it has been created before.
description - Variable in class org.apache.maven.plugins.invoker.model.BuildJob
The description of this build job.
detail - Variable in class org.apache.maven.plugins.maven_invoker_plugin.HelpMojo
If true, display all settable properties for each goal.
disableReports - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
A flag to disable the generation of build reports.
doFailIfNoProjects() - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
 
doFailIfNoProjects() - Method in class org.apache.maven.plugins.invoker.InvokerMojo
 

E

encoding - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
The file encoding for the pre-/post-build scripts and the list files for goals and profiles.
entrySet() - Method in class org.apache.maven.plugins.invoker.CompositeMap
ENVIRONMENT_VARIABLES_PATTERN - Static variable in class org.apache.maven.plugins.invoker.InvokerProperties
 
environmentVariables - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Additional environment variables to set on the command line.
ERROR - Static variable in class org.apache.maven.plugins.invoker.model.BuildJob.Result
The result value corresponding with an unexpected error trying to invoke Maven.
errorJobs - Variable in class org.apache.maven.plugins.invoker.InvokerSession
 
escapeXml - Variable in class org.apache.maven.plugins.invoker.CompositeMap
Flag indicating to escape XML special characters.
execute() - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Invokes Maven on the configured test projects.
execute() - Method in class org.apache.maven.plugins.invoker.InstallMojo
Performs this mojo's tasks.
execute() - Method in class org.apache.maven.plugins.invoker.VerifyMojo
Invokes Maven on the configured test projects.
execute() - Method in class org.apache.maven.plugins.maven_invoker_plugin.HelpMojo
executeReport(Locale) - Method in class org.apache.maven.plugins.invoker.InvokerReport
 
extraArtifacts - Variable in class org.apache.maven.plugins.invoker.InstallMojo
Extra dependencies that need to be installed on the local repository.

F

failedJobs - Variable in class org.apache.maven.plugins.invoker.InvokerSession
 
failIfNoProjects - Variable in class org.apache.maven.plugins.invoker.InvokerMojo
Set this to true to cause a failure if there are no projects to invoke.
failIfNoProjects - Variable in class org.apache.maven.plugins.invoker.VerifyMojo
Set this to true to cause a failure if there are no projects to invoke.
FAILURE_BEHAVIOR - Enum constant in enum org.apache.maven.plugins.invoker.InvokerProperties.InvocationProperty
 
FAILURE_BUILD - Static variable in class org.apache.maven.plugins.invoker.model.BuildJob.Result
The result value corresponding with an invocation that failed while invoking of Maven.
FAILURE_POST_HOOK - Static variable in class org.apache.maven.plugins.invoker.model.BuildJob.Result
The result value corresponding with an invocation that failed after the invocation of Maven.
FAILURE_PRE_HOOK - Static variable in class org.apache.maven.plugins.invoker.model.BuildJob.Result
The result value corresponding with an invocation that failed before Maven was be invoked.
failureMessage - Variable in class org.apache.maven.plugins.invoker.model.BuildJob
Any failure message(s) in case this build job failed.
fileComment - Variable in class org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Writer
Field fileComment.
FileFilterOnlyXmlFile() - Constructor for class org.apache.maven.plugins.invoker.ReportUtils.FileFilterOnlyXmlFile
 
FileLogger - Class in org.apache.maven.plugins.invoker
 
FileLogger(File) - Constructor for class org.apache.maven.plugins.invoker.FileLogger
Creates a new logger that writes to the specified file.
FileLogger(File, Log) - Constructor for class org.apache.maven.plugins.invoker.FileLogger
Creates a new logger that writes to the specified file and optionally mirrors messages to the given mojo logger.
filteredPomPrefix - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
A string used to prefix the file name of the filtered POMs in case the POMs couldn't be filtered in-place (i.e.
filterProperties - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
A list of additional properties which will be used to filter tokens in POMs and goal files.
findNamedChild(Node, String) - Static method in class org.apache.maven.plugins.maven_invoker_plugin.HelpMojo
 
findSingleChild(Node, String) - Static method in class org.apache.maven.plugins.maven_invoker_plugin.HelpMojo
 
forEach(JobExecutor.ThrowableJobConsumer) - Method in class org.apache.maven.plugins.invoker.JobExecutor
 
formatElapsedTime(float) - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Formats the specified elapsed time.
formatI18nString(String, Object...) - Method in class org.apache.maven.plugins.invoker.InvokerReportRenderer
 

G

get(Object) - Method in class org.apache.maven.plugins.invoker.CompositeMap
get(String, int) - Method in class org.apache.maven.plugins.invoker.InvokerProperties
Gets a value from the invoker properties.
get(InvokerProperties.InvocationProperty, int) - Method in class org.apache.maven.plugins.invoker.InvokerProperties
 
getAddDefaultEntities() - Method in class org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Reader
Returns the state of the "add default entities" flag.
getAncestorFolder(Path) - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
 
getBooleanValue(String, String, XmlPullParser) - Method in class org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Reader
Method getBooleanValue.
getBooleanValue(String, String, XmlPullParser, String) - Method in class org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Reader
Method getBooleanValue.
getBuildJobReportName(BuildJob) - Method in class org.apache.maven.plugins.invoker.InvokerReportRenderer
 
getBuildJobs() - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Gets the build jobs that should be processed.
getBuildlog() - Method in class org.apache.maven.plugins.invoker.model.BuildJob
Get the build log filename.
getByteValue(String, String, XmlPullParser, boolean) - Method in class org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Reader
Method getByteValue.
getCharacterValue(String, String, XmlPullParser) - Method in class org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Reader
Method getCharacterValue.
getDateValue(String, String, String, XmlPullParser) - Method in class org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Reader
Method getDateValue.
getDateValue(String, String, XmlPullParser) - Method in class org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Reader
Method getDateValue.
getDescription() - Method in class org.apache.maven.plugins.invoker.model.BuildJob
Get the description of this build job.
getDescription(Locale) - Method in class org.apache.maven.plugins.invoker.InvokerReport
getDoubleValue(String, String, XmlPullParser, boolean) - Method in class org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Reader
Method getDoubleValue.
getEnvironmentVariables(int) - Method in class org.apache.maven.plugins.invoker.InvokerProperties
Extract environment variable from properties for given index.
getErrorJobs() - Method in class org.apache.maven.plugins.invoker.InvokerSession
Gets the build jobs which had errors for this session.
getFailedJobs() - Method in class org.apache.maven.plugins.invoker.InvokerSession
Gets the failed build jobs in this session.
getFailureMessage() - Method in class org.apache.maven.plugins.invoker.model.BuildJob
Get any failure message(s) in case this build job failed.
getFloatValue(String, String, XmlPullParser, boolean) - Method in class org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Reader
Method getFloatValue.
getGlobal(InvokerProperties) - Method in class org.apache.maven.plugins.invoker.Selector
Determines whether selector conditions of the specified invoker properties match the current environment.
getI18nString(String) - Method in class org.apache.maven.plugins.invoker.InvokerReportRenderer
 
getI18nString(Locale, String) - Method in class org.apache.maven.plugins.invoker.InvokerReport
 
getIndentLevel(String) - Static method in class org.apache.maven.plugins.maven_invoker_plugin.HelpMojo
Gets the indentation level of the specified line.
getIntegerValue(String, String, XmlPullParser, boolean) - Method in class org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Reader
Method getIntegerValue.
getInterpolationValueSource(boolean) - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Returns the map-based value source used to interpolate POMs and other stuff.
getInvokerProperties(File, Properties) - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Gets the (interpolated) invoker properties for an integration test.
getJobDescription() - Method in class org.apache.maven.plugins.invoker.InvokerProperties
Gets the description of the corresponding build job.
getJobName() - Method in class org.apache.maven.plugins.invoker.InvokerProperties
Gets the name of the corresponding build job.
getJobs() - Method in class org.apache.maven.plugins.invoker.InvokerSession
Gets the build jobs in this session.
getJreVersion() - Method in class org.apache.maven.plugins.invoker.InvokerProperties
Gets the specification of JRE versions on which this build job should be run.
getJreVersion() - Static method in class org.apache.maven.plugins.invoker.SelectorUtils
 
getJreVersion(int) - Method in class org.apache.maven.plugins.invoker.InvokerProperties
Gets the specification of JRE versions on which this build job should be run.
getLongValue(String, String, XmlPullParser, boolean) - Method in class org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Reader
Method getLongValue.
getMavenVersion() - Method in class org.apache.maven.plugins.invoker.InvokerProperties
Gets the specification of Maven versions on which this build job should be run.
getMavenVersion() - Static method in class org.apache.maven.plugins.invoker.SelectorUtils
Retrieves the current Maven version.
getMavenVersion(int) - Method in class org.apache.maven.plugins.invoker.InvokerProperties
 
getMavenVersion(File) - Static method in class org.apache.maven.plugins.invoker.SelectorUtils
 
getModelEncoding() - Method in class org.apache.maven.plugins.invoker.model.BuildJob
Get the modelEncoding field.
getName() - Method in class org.apache.maven.plugins.invoker.model.BuildJob
Get the name of this build job.
getName(Locale) - Method in class org.apache.maven.plugins.invoker.InvokerReport
getNonSetupJobs(List<BuildJob>) - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
 
getOrdinal() - Method in class org.apache.maven.plugins.invoker.InvokerProperties
Get the corresponding ordinal value
getOrdinal() - Method in class org.apache.maven.plugins.invoker.model.BuildJob
Get buildJobs will be sorted in the descending order of the ordinal.
getOsFamily() - Method in class org.apache.maven.plugins.invoker.InvokerProperties
Gets the specification of OS families on which this build job should be run.
getOsFamily(int) - Method in class org.apache.maven.plugins.invoker.InvokerProperties
Gets the specification of OS families on which this build job should be run.
getOutputName() - Method in class org.apache.maven.plugins.invoker.InvokerReport
 
getParallelThreadsCount() - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
 
getParentPath(String) - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Gets the parent path of the specified relative path.
getProject() - Method in class org.apache.maven.plugins.invoker.model.BuildJob
Get the path to the project to build.
getProperties() - Method in class org.apache.maven.plugins.invoker.InvokerProperties
Gets the invoker properties being wrapped.
getPropertyFromExpression(String) - Static method in class org.apache.maven.plugins.maven_invoker_plugin.HelpMojo
 
getProvides() - Method in class org.apache.maven.plugins.invoker.InvokerToolchain
 
getReportFiles() - Method in class org.apache.maven.plugins.invoker.InvokerReport
 
getReportFiles(File) - Static method in class org.apache.maven.plugins.invoker.ReportUtils
Gets the paths to the invoker reports available in the specified directory.
getRequiredAttributeValue(String, String, XmlPullParser, boolean) - Method in class org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Reader
Method getRequiredAttributeValue.
getResult() - Method in class org.apache.maven.plugins.invoker.model.BuildJob
Get the result of this build job.
getSelection(InvokerProperties) - Method in class org.apache.maven.plugins.invoker.Selector
 
getSelection(InvokerProperties, CharSequence) - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Determines whether selector conditions of the specified invoker properties match the current environment.
getSettingsFile(int) - Method in class org.apache.maven.plugins.invoker.InvokerProperties
Gets the settings file used for the specified invocation.
getSetupJobs(List<BuildJob>) - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
 
getShortValue(String, String, XmlPullParser, boolean) - Method in class org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Reader
Method getShortValue.
getSingleChild(Node, String) - Static method in class org.apache.maven.plugins.maven_invoker_plugin.HelpMojo
 
getSkippedJobs() - Method in class org.apache.maven.plugins.invoker.InvokerSession
Gets the skipped build jobs in this session.
getSuccessfulJobs() - Method in class org.apache.maven.plugins.invoker.InvokerSession
Gets the successful build jobs in this session.
getTime() - Method in class org.apache.maven.plugins.invoker.model.BuildJob
Get the number of seconds that this build job took to complete.
getTitle() - Method in class org.apache.maven.plugins.invoker.InvokerReportRenderer
 
getToolchainPrivateManager() - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
 
getToolchainPrivates(String) - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo.ToolchainPrivateManager
 
getToolchains() - Method in class org.apache.maven.plugins.invoker.InvokerProperties
 
getToolchains(int) - Method in class org.apache.maven.plugins.invoker.InvokerProperties
 
getToolchains(Pattern) - Method in class org.apache.maven.plugins.invoker.InvokerProperties
 
getTrimmedValue(String) - Method in class org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Reader
Method getTrimmedValue.
getType() - Method in class org.apache.maven.plugins.invoker.InvokerToolchain
 
getType() - Method in class org.apache.maven.plugins.invoker.model.BuildJob
Get the type of the build job.
getType() - Method in exception class org.apache.maven.plugins.invoker.RunFailureException
 
getUserProperties(File, String) - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Gets the system properties to use for the specified project.
getUserPropertiesFile(int) - Method in class org.apache.maven.plugins.invoker.InvokerProperties
Gets the path to the properties file used to set the user properties for the specified invocation.
getValue(Node, String) - Static method in class org.apache.maven.plugins.maven_invoker_plugin.HelpMojo
 
goal - Variable in class org.apache.maven.plugins.maven_invoker_plugin.HelpMojo
The name of the goal for which to show help.
goals - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
The list of goals to execute on each project.
GOALS - Enum constant in enum org.apache.maven.plugins.invoker.InvokerProperties.InvocationProperty
 

H

handleFailures(Log, boolean) - Method in class org.apache.maven.plugins.invoker.InvokerSession
Handles the build failures in this session.
handleScriptRunnerWithScriptClassPath() - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
 
hasTheSamePathAsTarget(Artifact, RepositorySystemSession) - Method in class org.apache.maven.plugins.invoker.InstallMojo
 
HelpMojo - Class in org.apache.maven.plugins.maven_invoker_plugin
Display help information on maven-invoker-plugin.
Call mvn invoker:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
HelpMojo() - Constructor for class org.apache.maven.plugins.maven_invoker_plugin.HelpMojo
 

I

i18n - Variable in class org.apache.maven.plugins.invoker.InvokerReport
Internationalization component
i18n - Variable in class org.apache.maven.plugins.invoker.InvokerReportRenderer
 
ignoreFailures - Variable in class org.apache.maven.plugins.invoker.InvokerMojo
A flag controlling whether failures of the sub builds should fail the main build, too.
ignoreFailures - Variable in class org.apache.maven.plugins.invoker.VerifyMojo
A flag controlling whether failures of the sub builds should fail the main build, too.
incompleteNameWarning(String, String) - Static method in class org.apache.maven.plugins.invoker.InvokerReportRenderer
 
indentSize - Variable in class org.apache.maven.plugins.maven_invoker_plugin.HelpMojo
The number of spaces per indentation level, should be positive.
installArtifacts(Map<String, Artifact>) - Method in class org.apache.maven.plugins.invoker.InstallMojo
Install list of artifacts into local repository.
InstallMojo - Class in org.apache.maven.plugins.invoker
Installs the project artifacts of the main build into the local repository as a preparation to run the sub projects.
InstallMojo() - Constructor for class org.apache.maven.plugins.invoker.InstallMojo
 
IntegrationTestMojo - Class in org.apache.maven.plugins.invoker
Searches for integration test Maven projects, and executes each, collecting a log in the project directory, will never fail the build, designed to be used in conjunction with the verify mojo.
IntegrationTestMojo(Invoker, SettingsBuilder, ToolchainManagerPrivate, InterpolatorUtils) - Constructor for class org.apache.maven.plugins.invoker.IntegrationTestMojo
 
interpolateAtPattern(String) - Method in class org.apache.maven.plugins.invoker.InterpolatorUtils
 
interpolatedTrimmed(String, String) - Method in class org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Reader
Method interpolatedTrimmed.
interpolatePomFile(File, File) - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Interpolate the pom file.
interpolateSettings(File) - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Interpolate settings.xml file.
interpolatorUtils - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
 
InterpolatorUtils - Class in org.apache.maven.plugins.invoker
Helper component for interpolating values.
InterpolatorUtils(MavenProject) - Constructor for class org.apache.maven.plugins.invoker.InterpolatorUtils
A default constructor.
InvocationProperty(String) - Constructor for enum org.apache.maven.plugins.invoker.InvokerProperties.InvocationProperty
 
invoker - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
 
InvokerMojo - Class in org.apache.maven.plugins.invoker
Searches for integration test Maven projects, and executes each, collecting a log in the project directory, and outputting the results to the command line.
InvokerMojo(Invoker, SettingsBuilder, ToolchainManagerPrivate, InterpolatorUtils) - Constructor for class org.apache.maven.plugins.invoker.InvokerMojo
 
InvokerProperties - Class in org.apache.maven.plugins.invoker
Provides a convenient facade around the invoker.properties.
InvokerProperties(Properties) - Constructor for class org.apache.maven.plugins.invoker.InvokerProperties
Creates a new facade for the specified invoker properties.
InvokerProperties.InvocationProperty - Enum in org.apache.maven.plugins.invoker
 
InvokerProperties.SelectorProperty - Enum in org.apache.maven.plugins.invoker
 
invokerPropertiesFile - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
The name of an optional project-specific file that contains properties used to specify settings for an individual Maven invocation.
InvokerReport - Class in org.apache.maven.plugins.invoker
Generate a report based on the results of the Maven invocations.
InvokerReport(I18N) - Constructor for class org.apache.maven.plugins.invoker.InvokerReport
 
InvokerReportRenderer - Class in org.apache.maven.plugins.invoker
 
InvokerReportRenderer(Sink, I18N, Locale, Log, List<BuildJob>) - Constructor for class org.apache.maven.plugins.invoker.InvokerReportRenderer
 
InvokerSession - Class in org.apache.maven.plugins.invoker
Tracks a set of build jobs and their results.
InvokerSession() - Constructor for class org.apache.maven.plugins.invoker.InvokerSession
Creates a new empty session.
InvokerSession(List<BuildJob>) - Constructor for class org.apache.maven.plugins.invoker.InvokerSession
Creates a session that initially contains the specified build jobs.
invokerTest - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
A comma separated list of projectname patterns to run.
InvokerToolchain - Class in org.apache.maven.plugins.invoker
 
InvokerToolchain(String) - Constructor for class org.apache.maven.plugins.invoker.InvokerToolchain
 
isEmpty() - Method in class org.apache.maven.plugins.invoker.CompositeMap
isExpectedResult(int, int) - Method in class org.apache.maven.plugins.invoker.InvokerProperties
Checks whether the specified exit code matches the one expected for the given invocation.
isInvocationDefined(int) - Method in class org.apache.maven.plugins.invoker.InvokerProperties
Determines whether these invoker properties contain a build definition for the specified invocation index.
isJreVersion(String, String) - Static method in class org.apache.maven.plugins.invoker.SelectorUtils
 
isJreVersion(List<Integer>, String) - Static method in class org.apache.maven.plugins.invoker.SelectorUtils
 
isJreVersion(List<Integer>, List<String>, boolean) - Static method in class org.apache.maven.plugins.invoker.SelectorUtils
 
isMavenVersion(String, String) - Static method in class org.apache.maven.plugins.invoker.SelectorUtils
 
isNotEmpty(String) - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
 
isNotEmpty(String) - Static method in class org.apache.maven.plugins.maven_invoker_plugin.HelpMojo
 
isNotError() - Method in class org.apache.maven.plugins.invoker.model.BuildJob
 
isOsFamily(String) - Static method in class org.apache.maven.plugins.invoker.SelectorUtils
 
isOsFamily(List<String>, boolean) - Static method in class org.apache.maven.plugins.invoker.SelectorUtils
 
isSelectorDefined(int) - Method in class org.apache.maven.plugins.invoker.InvokerProperties
Determines whether these invoker properties contain a build definition for the specified selector index.
isToolchain(AbstractInvokerMojo.ToolchainPrivateManager, Collection<InvokerToolchain>) - Static method in class org.apache.maven.plugins.invoker.SelectorUtils
 

J

JAVA_VERSION - Enum constant in enum org.apache.maven.plugins.invoker.InvokerProperties.SelectorProperty
 
javaHome - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
The JAVA_HOME environment variable to use for forked Maven invocations.
JobExecutor - Class in org.apache.maven.plugins.invoker
Execute build jobs with parallel.
JobExecutor(List<BuildJob>, int) - Constructor for class org.apache.maven.plugins.invoker.JobExecutor
 
JobExecutor.ThrowableJobConsumer - Interface in org.apache.maven.plugins.invoker
 
jobs - Variable in class org.apache.maven.plugins.invoker.JobExecutor
 
junitPackageName - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
The package name use in junit report

K

key - Variable in enum org.apache.maven.plugins.invoker.InvokerProperties.InvocationProperty
 
keySet() - Method in class org.apache.maven.plugins.invoker.CompositeMap

L

lastModifiedRecursive(File) - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Find the latest lastModified recursively within a directory structure.
lineLength - Variable in class org.apache.maven.plugins.maven_invoker_plugin.HelpMojo
The maximum length of a display line, should be positive.
loadPom(File) - Static method in class org.apache.maven.plugins.invoker.PomUtils
Loads the (raw) model from the specified POM file.
locale - Variable in class org.apache.maven.plugins.invoker.InvokerReportRenderer
 
localRepositoryPath - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
The local repository for caching artifacts.
localRepositoryPath - Variable in class org.apache.maven.plugins.invoker.InstallMojo
The path to the local repository into which the project artifacts should be installed for the integration tests.
log - Variable in class org.apache.maven.plugins.invoker.InvokerReportRenderer
 
logBuildJobList(Log, boolean, String, List<BuildJob>) - Method in class org.apache.maven.plugins.invoker.InvokerSession
Log list of jobs.
logDirectory - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
By default a build.log is created in the root of the project.
logFailedBuildLog(Log, boolean) - Method in class org.apache.maven.plugins.invoker.InvokerSession
 
logger - Variable in class org.apache.maven.plugins.invoker.InvokerProperties
 
logSummary(Log, boolean) - Method in class org.apache.maven.plugins.invoker.InvokerSession
Prints a summary of this session to the specified logger.
logWithLevel(Log, boolean, String) - Method in class org.apache.maven.plugins.invoker.InvokerSession
Log message in correct level depends on flag.

M

main(String[]) - Static method in class org.apache.maven.plugins.invoker.SystemPropertyPrinter
 
manager - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo.ToolchainPrivateManager
 
MAVEN_EXECUTABLE - Enum constant in enum org.apache.maven.plugins.invoker.InvokerProperties.InvocationProperty
 
MAVEN_OPTS - Enum constant in enum org.apache.maven.plugins.invoker.InvokerProperties.InvocationProperty
 
MAVEN_VERSION - Enum constant in enum org.apache.maven.plugins.invoker.InvokerProperties.SelectorProperty
 
mavenExecutable - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
mavenExecutable can either be a file relative to ${maven.home}/bin/, test project workspace or an absolute file.
mavenHome - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
The home directory of the Maven installation to use for the forked builds.
mavenOpts - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
The MAVEN_OPTS environment variable to use when invoking Maven.
mavenProject - Variable in class org.apache.maven.plugins.invoker.CompositeMap
The Maven project from which to extract interpolated values, never null.
mergeSettings(File) - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Merge the settings file
mergeUserSettings - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
If enable and if you have a settings file configured for the execution, it will be merged with your user settings.
modelEncoding - Variable in class org.apache.maven.plugins.invoker.model.BuildJob
Field modelEncoding.
mojoExecution - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
 

N

name - Variable in class org.apache.maven.plugins.invoker.model.BuildJob
The name of this build job.
NAMESPACE - Static variable in class org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Writer
Field NAMESPACE.
nextTag(XmlPullParser) - Method in class org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Reader
Method nextTag.
noLog - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Suppress logging to the build.log file.
NON_RECURSIVE - Enum constant in enum org.apache.maven.plugins.invoker.InvokerProperties.InvocationProperty
 
NORMAL - Static variable in class org.apache.maven.plugins.invoker.model.BuildJob.Type
A normal build job.

O

OFFLINE - Enum constant in enum org.apache.maven.plugins.invoker.InvokerProperties.InvocationProperty
 
ONE_SECOND - Static variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
 
ordinal - Variable in class org.apache.maven.plugins.invoker.model.BuildJob
BuildJobs will be sorted in the descending order of the ordinal.
org.apache.maven.plugins.invoker - package org.apache.maven.plugins.invoker
 
org.apache.maven.plugins.invoker.model - package org.apache.maven.plugins.invoker.model
 
org.apache.maven.plugins.invoker.model.io.xpp3 - package org.apache.maven.plugins.invoker.model.io.xpp3
 
org.apache.maven.plugins.maven_invoker_plugin - package org.apache.maven.plugins.maven_invoker_plugin
 
OS_FAMILY - Enum constant in enum org.apache.maven.plugins.invoker.InvokerProperties.SelectorProperty
 

P

pad(BuildJob) - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
 
parallelThreads - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Number of threads for running tests in parallel.
parseBuildJob(XmlPullParser, boolean) - Method in class org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Reader
Method parseBuildJob.
parseList(String, Collection<String>, Collection<String>) - Static method in class org.apache.maven.plugins.invoker.SelectorUtils
 
parseVersion(String) - Static method in class org.apache.maven.plugins.invoker.SelectorUtils
 
PLUGIN_HELP_PATH - Static variable in class org.apache.maven.plugins.maven_invoker_plugin.HelpMojo
 
pluginArtifacts - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
 
pom - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
A single POM to build, skipping any scanning parameters and behavior.
pomExcludes - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Exclude patterns for searching the integration test directory.
pomIncludes - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Include patterns for searching the integration test directory for projects.
PomUtils - Class in org.apache.maven.plugins.invoker
Provides utility methods for POM processing.
PomUtils() - Constructor for class org.apache.maven.plugins.invoker.PomUtils
 
postBuildHookScript - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Relative path of a cleanup/verification hook script to run after executing the build.
preBuildHookScript - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Relative path of a pre-build hook script to run prior to executing the build.
processResults(InvokerSession) - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Processes the results of invoking the build jobs.
processResults(InvokerSession) - Method in class org.apache.maven.plugins.invoker.IntegrationTestMojo
 
processResults(InvokerSession) - Method in class org.apache.maven.plugins.invoker.InvokerMojo
 
profiles - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
List of profile identifiers to explicitly trigger in the build.
PROFILES - Enum constant in enum org.apache.maven.plugins.invoker.InvokerProperties.InvocationProperty
 
project - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
 
project - Variable in class org.apache.maven.plugins.invoker.InstallMojo
 
project - Variable in class org.apache.maven.plugins.invoker.model.BuildJob
The path to the project to build.
PROJECT - Enum constant in enum org.apache.maven.plugins.invoker.InvokerProperties.InvocationProperty
 
projectsDirectory - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Directory to search for integration tests.
properties - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Common set of properties to pass in on each project's command line, via -D parameters.
properties - Variable in class org.apache.maven.plugins.invoker.CompositeMap
The set of additional properties from which to extract interpolated values, never null.
properties - Variable in class org.apache.maven.plugins.invoker.InvokerProperties
The invoker properties being wrapped.
provides - Variable in class org.apache.maven.plugins.invoker.InvokerToolchain
 
put(String, Object) - Method in class org.apache.maven.plugins.invoker.CompositeMap
putAll(Map<? extends String, ? extends Object>) - Method in class org.apache.maven.plugins.invoker.CompositeMap

Q

quiet - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Whether to execute Maven in quiet mode.
QUIET - Enum constant in enum org.apache.maven.plugins.invoker.InvokerProperties.InvocationProperty
 

R

read(InputStream) - Method in class org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Reader
Method read.
read(InputStream, boolean) - Method in class org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Reader
Method read.
read(Reader) - Method in class org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Reader
 
read(Reader, boolean) - Method in class org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Reader
 
read(XmlPullParser, boolean) - Method in class org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Reader
Method read.
relativizePath(File, String) - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Relativizes the specified path against the given base directory.
relativizeProjectPaths(List<BuildJob>) - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Relativizes the project paths of the specified build jobs against the directory specified by AbstractInvokerMojo.projectsDirectory (if possible).
remove(Object) - Method in class org.apache.maven.plugins.invoker.CompositeMap
renderBody() - Method in class org.apache.maven.plugins.invoker.InvokerReportRenderer
 
renderBuildJob(BuildJob) - Method in class org.apache.maven.plugins.invoker.InvokerReportRenderer
 
renderSectionDetails() - Method in class org.apache.maven.plugins.invoker.InvokerReportRenderer
 
renderSectionSummary() - Method in class org.apache.maven.plugins.invoker.InvokerReportRenderer
 
repeat(String, int) - Static method in class org.apache.maven.plugins.maven_invoker_plugin.HelpMojo
Repeat a String n times to form a new string.
reportsDirectory - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Base directory where all build reports are written to.
reportsDirectory - Variable in class org.apache.maven.plugins.invoker.InvokerReport
Base directory where all build reports have been written to.
reportsDirectory - Variable in class org.apache.maven.plugins.invoker.VerifyMojo
Base directory where all build reports are read from.
ReportUtils - Class in org.apache.maven.plugins.invoker
Provides utility methods for invoker report processing.
ReportUtils() - Constructor for class org.apache.maven.plugins.invoker.ReportUtils
 
ReportUtils.FileFilterOnlyXmlFile - Class in org.apache.maven.plugins.invoker
 
repositorySystem - Variable in class org.apache.maven.plugins.invoker.InstallMojo
 
resetSourceLevelSet(TrackableBase) - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
 
resetStats() - Method in class org.apache.maven.plugins.invoker.InvokerSession
 
resolveArtifact(Artifact, List<RemoteRepository>) - Method in class org.apache.maven.plugins.invoker.InstallMojo
 
resolveExternalJreVersion() - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
 
resolveExtraArtifacts(Map<String, Artifact>) - Method in class org.apache.maven.plugins.invoker.InstallMojo
Resolve extra artifacts.
resolvePomsForArtifacts(List<Artifact>, Map<String, Artifact>, List<RemoteRepository>) - Method in class org.apache.maven.plugins.invoker.InstallMojo
 
resolvePomWithParents(Artifact, Map<String, Artifact>, List<RemoteRepository>) - Method in class org.apache.maven.plugins.invoker.InstallMojo
 
resolveProjectArtifacts(Map<String, Artifact>) - Method in class org.apache.maven.plugins.invoker.InstallMojo
 
resolveProjectDependencies(Map<String, Artifact>) - Method in class org.apache.maven.plugins.invoker.InstallMojo
 
resolveProjectPoms(MavenProject, Map<String, Artifact>) - Method in class org.apache.maven.plugins.invoker.InstallMojo
 
result - Variable in class org.apache.maven.plugins.invoker.model.BuildJob
The result of this build job.
Result() - Constructor for class org.apache.maven.plugins.invoker.model.BuildJob.Result
 
RESULT_COLUMN - Static variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
The zero-based column index where to print the invoker result.
runBuild(File, File, File, File, InvokerProperties, FileLogger) - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Runs the specified project.
runBuild(File, BuildJob, File, File, CharSequence, Properties) - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Runs the specified project.
runBuilds(File, List<BuildJob>, int) - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Runs the specified build jobs.
RunFailureException - Exception Class in org.apache.maven.plugins.invoker
Provide an error during test invocation.
RunFailureException(String, String) - Constructor for exception class org.apache.maven.plugins.invoker.RunFailureException
 
RunFailureException(String, String, Throwable) - Constructor for exception class org.apache.maven.plugins.invoker.RunFailureException
 
RunFailureException(String, Throwable) - Constructor for exception class org.apache.maven.plugins.invoker.RunFailureException
 
runPostBuildHook(File, Map<String, Object>, FileLogger) - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
 
runPreBuildHook(File, Map<String, Object>, FileLogger) - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
 
runSelectorHook(File, Map<String, Object>, FileLogger) - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
 

S

scanProjectsDirectory(List<String>, List<String>) - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Scans the projects directory for projects to build.
scope - Variable in class org.apache.maven.plugins.invoker.InstallMojo
Scope to resolve project artifacts.
scriptRunner - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
The scripter runner that is responsible to execute hook scripts.
scriptVariables - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Additional variables for use in the hook scripts.
Selector - Class in org.apache.maven.plugins.invoker
 
Selector(String, String, AbstractInvokerMojo.ToolchainPrivateManager) - Constructor for class org.apache.maven.plugins.invoker.Selector
 
SELECTOR_JREVERSION - Static variable in class org.apache.maven.plugins.invoker.Selector
 
SELECTOR_MAVENVERSION - Static variable in class org.apache.maven.plugins.invoker.Selector
 
SELECTOR_MULTI - Static variable in class org.apache.maven.plugins.invoker.Selector
 
SELECTOR_OSFAMILY - Static variable in class org.apache.maven.plugins.invoker.Selector
 
SELECTOR_PREFIX - Static variable in class org.apache.maven.plugins.invoker.InvokerProperties
 
SELECTOR_TOOLCHAIN - Static variable in class org.apache.maven.plugins.invoker.Selector
 
SelectorProperty(String) - Constructor for enum org.apache.maven.plugins.invoker.InvokerProperties.SelectorProperty
 
selectorScript - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Relative path of a selector script to run prior in order to decide if the build should be executed.
SelectorUtils - Class in org.apache.maven.plugins.invoker
Provides utility methods for selecting build jobs based on environmental conditions.
SelectorUtils() - Constructor for class org.apache.maven.plugins.invoker.SelectorUtils
 
SEPARATOR - Static variable in class org.apache.maven.plugins.invoker.InvokerSession
 
session - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
 
session - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo.ToolchainPrivateManager
 
session - Variable in class org.apache.maven.plugins.invoker.InstallMojo
 
setAddDefaultEntities(boolean) - Method in class org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Reader
Sets the state of the "add default entities" flag.
setBuildlog(String) - Method in class org.apache.maven.plugins.invoker.model.BuildJob
Set the build log filename.
setDefaultDebug(boolean) - Method in class org.apache.maven.plugins.invoker.InvokerProperties
Default value for debug
setDefaultEnvironmentVariables(Map<String, String>) - Method in class org.apache.maven.plugins.invoker.InvokerProperties
Default value for environmentVariables
setDefaultGoals(List<String>) - Method in class org.apache.maven.plugins.invoker.InvokerProperties
Default value for goals
setDefaultMavenExecutable(String) - Method in class org.apache.maven.plugins.invoker.InvokerProperties
Default value for mavenExecutable
setDefaultMavenOpts(String) - Method in class org.apache.maven.plugins.invoker.InvokerProperties
Default value for mavenOpts
setDefaultProfiles(List<String>) - Method in class org.apache.maven.plugins.invoker.InvokerProperties
Default value for profiles
setDefaultQuiet(boolean) - Method in class org.apache.maven.plugins.invoker.InvokerProperties
Default value for quiet
setDefaultTimeoutInSeconds(int) - Method in class org.apache.maven.plugins.invoker.InvokerProperties
Default value for timeoutInSeconds
setDefaultUpdateSnapshots(boolean) - Method in class org.apache.maven.plugins.invoker.InvokerProperties
Default value for updateSnapshots
setDefaultUserPropertiesFiles(String) - Method in class org.apache.maven.plugins.invoker.InvokerProperties
Default value for userPropertiesFile
setDescription(String) - Method in class org.apache.maven.plugins.invoker.model.BuildJob
Set the description of this build job.
setFailureMessage(String) - Method in class org.apache.maven.plugins.invoker.model.BuildJob
Set any failure message(s) in case this build job failed.
setFileComment(String) - Method in class org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Writer
Method setFileComment.
setIfNotNull(Consumer<T>, T) - Method in class org.apache.maven.plugins.invoker.InvokerProperties
 
setJobs(List<? extends BuildJob>) - Method in class org.apache.maven.plugins.invoker.InvokerSession
Sets the build jobs of this session.
setModelEncoding(String) - Method in class org.apache.maven.plugins.invoker.model.BuildJob
Set the modelEncoding field.
setName(String) - Method in class org.apache.maven.plugins.invoker.model.BuildJob
Set the name of this build job.
setOrdinal(int) - Method in class org.apache.maven.plugins.invoker.model.BuildJob
Set buildJobs will be sorted in the descending order of the ordinal.
setProject(String) - Method in class org.apache.maven.plugins.invoker.model.BuildJob
Set the path to the project to build.
setResult(String) - Method in class org.apache.maven.plugins.invoker.model.BuildJob
Set the result of this build job.
setTime(float) - Method in class org.apache.maven.plugins.invoker.model.BuildJob
Set the number of seconds that this build job took to complete.
settings - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
 
SETTINGS_FILE - Enum constant in enum org.apache.maven.plugins.invoker.InvokerProperties.InvocationProperty
 
settingsBuilder - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
 
settingsFile - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Path to an alternate settings.xml to use for Maven invocation with all ITs.
setType(String) - Method in class org.apache.maven.plugins.invoker.model.BuildJob
Set the type of the build job.
SETUP - Static variable in class org.apache.maven.plugins.invoker.model.BuildJob.Type
A build job that should be invoked before any non-setup build jobs.
setupActualMavenVersion() - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
 
setupBuildLogFile(File) - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Initializes the build logger for the specified project.
setupIncludes - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Include patterns for searching the projects directory for projects that need to be run before the other projects.
setupLoggerForBuildJob(FileLogger, InvocationRequest) - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
 
setupReportsFolder() - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
This will create the necessary folders for the reports.
showErrors - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Whether to show errors in the build output.
showVersion - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
flag to enable show mvn version used for running its (cli option : -V,--show-version )
size() - Method in class org.apache.maven.plugins.invoker.CompositeMap
skipInstallation - Variable in class org.apache.maven.plugins.invoker.InstallMojo
A flag used to disable the installation procedure.
skipInvocation - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Flag used to suppress certain invocations.
skipInvocation - Variable in class org.apache.maven.plugins.invoker.VerifyMojo
Flag used to suppress certain invocations.
SKIPPED - Static variable in class org.apache.maven.plugins.invoker.model.BuildJob.Result
The result value corresponding with an invocation that was skipped.
skippedJobs - Variable in class org.apache.maven.plugins.invoker.InvokerSession
 
streamLogs - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Flag used to determine whether the build logs should be output to the normal mojo log.
streamLogsOnFailures - Variable in class org.apache.maven.plugins.invoker.InvokerMojo
Set to true to output build.log to mojo log in case of failed jobs.
streamLogsOnFailures - Variable in class org.apache.maven.plugins.invoker.VerifyMojo
Set to true to output build.log to mojo log in case of failed jobs.
SUCCESS - Static variable in class org.apache.maven.plugins.invoker.model.BuildJob.Result
The result value corresponding with a successful invocation of Maven and completion of all post-hook scripts.
successfulJobs - Variable in class org.apache.maven.plugins.invoker.InvokerSession
 
suffix - Variable in enum org.apache.maven.plugins.invoker.InvokerProperties.SelectorProperty
 
suppressSummaries - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Flag used to suppress the summary output notifying of successes and failures.
suppressSummaries - Variable in class org.apache.maven.plugins.invoker.VerifyMojo
Flag used to suppress the summary output notifying of successes and failures.
SYSTEM_PROPERTIES_FILE - Enum constant in enum org.apache.maven.plugins.invoker.InvokerProperties.InvocationProperty
 
SystemPropertyPrinter - Class in org.apache.maven.plugins.invoker
Print specified system properties to the output stream.
SystemPropertyPrinter() - Constructor for class org.apache.maven.plugins.invoker.SystemPropertyPrinter
 

T

testClassPath - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
 
testPropertiesFile - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Location of a properties file that defines CLI properties for the test.
threadsCount - Variable in class org.apache.maven.plugins.invoker.JobExecutor
 
time - Variable in class org.apache.maven.plugins.invoker.model.BuildJob
The number of seconds that this build job took to complete.
TIMEOUT_IN_SECONDS - Enum constant in enum org.apache.maven.plugins.invoker.InvokerProperties.InvocationProperty
 
timeoutInSeconds - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
 
toLines(String, int, int, int) - Static method in class org.apache.maven.plugins.maven_invoker_plugin.HelpMojo
Splits the specified text into lines of convenient display length.
toLines(List<String>, String, int, int) - Static method in class org.apache.maven.plugins.maven_invoker_plugin.HelpMojo
Adds the specified line to the output sequence, performing line wrapping if necessary.
toolchainManagerPrivate - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
 
toolchainPrivateManager - Variable in class org.apache.maven.plugins.invoker.Selector
 
ToolchainPrivateManager(ToolchainManagerPrivate, MavenSession) - Constructor for class org.apache.maven.plugins.invoker.AbstractInvokerMojo.ToolchainPrivateManager
 
toString() - Method in enum org.apache.maven.plugins.invoker.InvokerProperties.InvocationProperty
 
toString() - Method in enum org.apache.maven.plugins.invoker.InvokerProperties.SelectorProperty
 
toString() - Method in class org.apache.maven.plugins.invoker.model.BuildJob
 
toUrl(String) - Static method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Converts the specified filesystem path to a URL.
transform(String, String) - Method in interface org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Reader.ContentTransformer
Interpolate the value read from the xpp3 document
type - Variable in class org.apache.maven.plugins.invoker.InvokerToolchain
 
type - Variable in class org.apache.maven.plugins.invoker.model.BuildJob
The type of the build job.
type - Variable in exception class org.apache.maven.plugins.invoker.RunFailureException
 
Type() - Constructor for class org.apache.maven.plugins.invoker.model.BuildJob.Type
 

U

UPDATE_SNAPSHOTS - Enum constant in enum org.apache.maven.plugins.invoker.InvokerProperties.InvocationProperty
 
updateOnly - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Only invoke maven projects if their sources have been modified since they were last built.
updateSnapshots - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Force a check for missing releases and updated snapshots on remote repositories.
updateStats() - Method in class org.apache.maven.plugins.invoker.InvokerSession
 
USER_PROPERTIES_FILE - Enum constant in enum org.apache.maven.plugins.invoker.InvokerProperties.InvocationProperty
 

V

valueOf(String) - Static method in enum org.apache.maven.plugins.invoker.InvokerProperties.InvocationProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.maven.plugins.invoker.InvokerProperties.SelectorProperty
Returns the enum constant of this type with the specified name.
values() - Method in class org.apache.maven.plugins.invoker.CompositeMap
values() - Static method in enum org.apache.maven.plugins.invoker.InvokerProperties.InvocationProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.maven.plugins.invoker.InvokerProperties.SelectorProperty
Returns an array containing the constants of this enum type, in the order they are declared.
verify(InvocationResult, int, InvokerProperties, FileLogger) - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Verifies the invocation result.
VerifyMojo - Class in org.apache.maven.plugins.invoker
Checks the results of maven-invoker-plugin based integration tests and fails the build if any tests failed.
VerifyMojo() - Constructor for class org.apache.maven.plugins.invoker.VerifyMojo
 

W

write(OutputStream, BuildJob) - Method in class org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Writer
Method write.
write(Writer, BuildJob) - Method in class org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Writer
Method write.
writeBuildJob(BuildJob, String, XmlSerializer) - Method in class org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Writer
Method writeBuildJob.
writeBuildReport(BuildJob) - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Writes the XML report for the specified build job unless report generation has been disabled.
writeGoal(StringBuilder, String, Element) - Method in class org.apache.maven.plugins.maven_invoker_plugin.HelpMojo
 
writeJunitReport - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Write test result in junit format.
writeJunitReport(BuildJob, String) - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
 
writeMergedSettingsFile(Settings) - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
 
writeParameter(StringBuilder, Node, Node) - Method in class org.apache.maven.plugins.maven_invoker_plugin.HelpMojo
 
writeSummaryFile(List<BuildJob>) - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
 
A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form