Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W 

A

AbstractInvokerMojo - Class in org.apache.maven.plugin.invoker
Provides common code for mojos invoking sub builds.
AbstractInvokerMojo() - Constructor for class org.apache.maven.plugin.invoker.AbstractInvokerMojo
 
accept(File, String) - Method in class org.apache.maven.plugin.invoker.ReportUtils.FileFilterOnlyXmlFile
 
actualMavenVersion - Variable in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
The version of Maven which is used to run the builds
addChild(Xpp3Dom, String, String) - Static method in class org.apache.maven.plugin.invoker.MetadataUtils
 
addChildren(Xpp3Dom, String, Collection<String>) - Static method in class org.apache.maven.plugin.invoker.MetadataUtils
 
addDefaultEntities - Variable in class org.apache.maven.plugin.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.plugin.invoker.InvokerSession
Adds the specified build job to this session.
addTestClassPath - Variable in class org.apache.maven.plugin.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.plugin.invoker.AbstractInvokerMojo
Determines whether the specified sub path has already been cloned, i.e.
append(StringBuilder, String, int) - Method in class org.apache.maven.plugin.invoker.HelpMojo
Append a description to the buffer by respecting the indentSize and lineLength parameters.
artifactFactory - Variable in class org.apache.maven.plugin.invoker.InstallMojo
The component used to create artifacts.
artifactMetadataSource - Variable in class org.apache.maven.plugin.invoker.InstallMojo
 

B

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

C

canGenerateReport() - Method in class org.apache.maven.plugin.invoker.InvokerReport
 
checkFieldWithDuplicate(XmlPullParser, String, String, Set) - Method in class org.apache.maven.plugin.invoker.model.io.xpp3.BuildJobXpp3Reader
Method checkFieldWithDuplicate.
checkUnknownAttribute(XmlPullParser, String, String, boolean) - Method in class org.apache.maven.plugin.invoker.model.io.xpp3.BuildJobXpp3Reader
Method checkUnknownAttribute.
checkUnknownElement(XmlPullParser, boolean) - Method in class org.apache.maven.plugin.invoker.model.io.xpp3.BuildJobXpp3Reader
Method checkUnknownElement.
clear() - Method in class org.apache.maven.plugin.invoker.CompositeMap
cloneAllFiles - Variable in class org.apache.maven.plugin.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.plugin.invoker.AbstractInvokerMojo
Ensure the cloneProjectsTo directory is not polluted with files from earlier invoker runs.
cloneProjects(Collection<String>) - Method in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
Copies the specified projects to the directory given by cloneProjectsTo.
cloneProjectsTo - Variable in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
Directory to which projects should be cloned prior to execution.
cloneSettings() - Method in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
 
collectListFromCSV(String) - Method in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
Gets a list of comma separated tokens from the specified line.
collectProjects(File, String, Collection<String>, boolean) - Method in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
Collects all projects locally reachable from the specified project.
compareVersions(List<Integer>, List<Integer>) - Static method in class org.apache.maven.plugin.invoker.SelectorUtils
 
CompositeMap - Class in org.apache.maven.plugin.invoker
A map-like source to interpolate expressions.
CompositeMap(MavenProject, Map<String, Object>) - Constructor for class org.apache.maven.plugin.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.plugin.invoker.InvokerProperties
Configures the specified invocation request from these invoker properties.
constructSummarySection(List<? extends BuildJob>, Locale) - Method in class org.apache.maven.plugin.invoker.InvokerReport
 
containsKey(Object) - Method in class org.apache.maven.plugin.invoker.CompositeMap
containsValue(Object) - Method in class org.apache.maven.plugin.invoker.CompositeMap
contentTransformer - Variable in class org.apache.maven.plugin.invoker.model.io.xpp3.BuildJobXpp3Reader
Field contentTransformer.
copiedArtifacts - Variable in class org.apache.maven.plugin.invoker.InstallMojo
The identifiers of already copied artifacts, used to avoid multiple installation of the same artifact.
copyArtifact(File, Artifact, ArtifactRepository) - Method in class org.apache.maven.plugin.invoker.InstallMojo
Installs the specified artifact to the local repository.
copyArtifact(Artifact, ArtifactRepository) - Method in class org.apache.maven.plugin.invoker.InstallMojo
 
copyDirectoryStructure(File, File) - Method in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
Copied a directory structure with default exclusions (.svn, CVS, etc)
copyFileIfDifferent(File, File) - Method in class org.apache.maven.plugin.invoker.InstallMojo
 
copyParentPoms(File, ArtifactRepository) - Method in class org.apache.maven.plugin.invoker.InstallMojo
Installs all parent POMs of the specified POM file that are available in the local repository.
copyParentPoms(String, String, String, ArtifactRepository) - Method in class org.apache.maven.plugin.invoker.InstallMojo
Installs the specified POM and all its parent POMs to the local repository.
copyPoms(Artifact, ArtifactRepository) - Method in class org.apache.maven.plugin.invoker.InstallMojo
 
createMetadata(File, Artifact) - Static method in class org.apache.maven.plugin.invoker.MetadataUtils
Creates local metadata files for the specified artifact.
createTestRepository() - Method in class org.apache.maven.plugin.invoker.InstallMojo
Creates the local repository for the integration tests.

D

debug - Variable in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
Whether to show debug statements in the build output.
DEFAULT_LINE_LENGTH - Static variable in class org.apache.maven.plugin.invoker.HelpMojo
 
description - Variable in class org.apache.maven.plugin.invoker.model.BuildJob
The description of this build job.
detail - Variable in class org.apache.maven.plugin.invoker.HelpMojo
If true, display all settable properties for each goal.
DIRECT - Static variable in class org.apache.maven.plugin.invoker.model.BuildJob.Type
A build job that was directly selected via the -Dinvoker.test=xxx,yyy parameter.
disableReports - Variable in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
A flag to disable the generation of build reports.
doFailIfNoProjects() - Method in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
 
doFailIfNoProjects() - Method in class org.apache.maven.plugin.invoker.InvokerMojo
 

E

encoding - Variable in class org.apache.maven.plugin.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.plugin.invoker.CompositeMap
environmentVariables - Variable in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
Additional environment variables to set on the command line.
ERROR - Static variable in class org.apache.maven.plugin.invoker.model.BuildJob.Result
The result value corresponding with an unexpected error trying to invoke Maven.
errorJobs - Variable in class org.apache.maven.plugin.invoker.InvokerSession
 
execute() - Method in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
Invokes Maven on the configured test projects.
execute() - Method in class org.apache.maven.plugin.invoker.HelpMojo
execute() - Method in class org.apache.maven.plugin.invoker.InstallMojo
Performs this mojo's tasks.
execute() - Method in class org.apache.maven.plugin.invoker.VerifyMojo
Invokes Maven on the configured test projects.
executeReport(Locale) - Method in class org.apache.maven.plugin.invoker.InvokerReport
 
extraArtifacts - Variable in class org.apache.maven.plugin.invoker.InstallMojo
Extra dependencies that need to be installed on the local repository.
Format:

F

failedJobs - Variable in class org.apache.maven.plugin.invoker.InvokerSession
 
failIfNoProjects - Variable in class org.apache.maven.plugin.invoker.InvokerMojo
Set this to true to cause a failure if there are no projects to invoke.
failIfNoProjects - Variable in class org.apache.maven.plugin.invoker.VerifyMojo
Set this to true to cause a failure if there are no projects to invoke.
FAILURE_BUILD - Static variable in class org.apache.maven.plugin.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.plugin.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.plugin.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.plugin.invoker.model.BuildJob
Any failure message(s) in case this build job failed.
fileComment - Variable in class org.apache.maven.plugin.invoker.model.io.xpp3.BuildJobXpp3Writer
Field fileComment.
FileFilterOnlyXmlFile() - Constructor for class org.apache.maven.plugin.invoker.ReportUtils.FileFilterOnlyXmlFile
 
FileLogger - Class in org.apache.maven.plugin.invoker
 
FileLogger(File) - Constructor for class org.apache.maven.plugin.invoker.FileLogger
Creates a new logger that writes to the specified file.
FileLogger(File, Log) - Constructor for class org.apache.maven.plugin.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.plugin.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.plugin.invoker.AbstractInvokerMojo
A list of additional properties which will be used to filter tokens in POMs and goal files.
findNamedChild(Node, String) - Method in class org.apache.maven.plugin.invoker.HelpMojo
 
findSingleChild(Node, String) - Method in class org.apache.maven.plugin.invoker.HelpMojo
 
formatTime(double) - Method in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
Formats the specified build duration time.

G

get(Object) - Method in class org.apache.maven.plugin.invoker.CompositeMap
get(String, int) - Method in class org.apache.maven.plugin.invoker.InvokerProperties
Gets a value from the invoker properties.
get(InvokerProperties.InvocationProperty, int) - Method in class org.apache.maven.plugin.invoker.InvokerProperties
 
getAddDefaultEntities() - Method in class org.apache.maven.plugin.invoker.model.io.xpp3.BuildJobXpp3Reader
Returns the state of the "add default entities" flag.
getBooleanValue(String, String, XmlPullParser) - Method in class org.apache.maven.plugin.invoker.model.io.xpp3.BuildJobXpp3Reader
Method getBooleanValue.
getBooleanValue(String, String, XmlPullParser, String) - Method in class org.apache.maven.plugin.invoker.model.io.xpp3.BuildJobXpp3Reader
Method getBooleanValue.
getBuildJobs() - Method in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
Gets the build jobs that should be processed.
getByteValue(String, String, XmlPullParser, boolean) - Method in class org.apache.maven.plugin.invoker.model.io.xpp3.BuildJobXpp3Reader
Method getByteValue.
getCharacterValue(String, String, XmlPullParser) - Method in class org.apache.maven.plugin.invoker.model.io.xpp3.BuildJobXpp3Reader
Method getCharacterValue.
getDateValue(String, String, XmlPullParser) - Method in class org.apache.maven.plugin.invoker.model.io.xpp3.BuildJobXpp3Reader
Method getDateValue.
getDateValue(String, String, String, XmlPullParser) - Method in class org.apache.maven.plugin.invoker.model.io.xpp3.BuildJobXpp3Reader
Method getDateValue.
getDescription(Locale) - Method in class org.apache.maven.plugin.invoker.InvokerReport
 
getDescription() - Method in class org.apache.maven.plugin.invoker.model.BuildJob
Get the description of this build job.
getDoubleValue(String, String, XmlPullParser, boolean) - Method in class org.apache.maven.plugin.invoker.model.io.xpp3.BuildJobXpp3Reader
Method getDoubleValue.
getErrorJobs() - Method in class org.apache.maven.plugin.invoker.InvokerSession
Gets the build jobs which had errors for this session.
getFailedJobs() - Method in class org.apache.maven.plugin.invoker.InvokerSession
Gets the failed build jobs in this session.
getFailureMessage() - Method in class org.apache.maven.plugin.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.plugin.invoker.model.io.xpp3.BuildJobXpp3Reader
Method getFloatValue.
getGoals(File) - Method in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
Gets the goal list for the specified project.
getIndentLevel(String) - Static method in class org.apache.maven.plugin.invoker.HelpMojo
Gets the indentation level of the specified line.
getIntegerValue(String, String, XmlPullParser, boolean) - Method in class org.apache.maven.plugin.invoker.model.io.xpp3.BuildJobXpp3Reader
Method getIntegerValue.
getInterpolationValueSource() - Method in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
Returns the map-based value source used to interpolate POMs and other stuff.
getInvokerProperties(File) - Method in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
Gets the (interpolated) invoker properties for an integration test.
getJobDescription() - Method in class org.apache.maven.plugin.invoker.InvokerProperties
Gets the description of the corresponding build job.
getJobName() - Method in class org.apache.maven.plugin.invoker.InvokerProperties
Gets the name of the corresponding build job.
getJobs() - Method in class org.apache.maven.plugin.invoker.InvokerSession
Gets the build jobs in this session.
getJreVersion() - Method in class org.apache.maven.plugin.invoker.InvokerProperties
Gets the specification of JRE versions on which this build job should be run.
getJreVersion() - Static method in class org.apache.maven.plugin.invoker.SelectorUtils
 
getJreVersion(File) - Static method in class org.apache.maven.plugin.invoker.SelectorUtils
 
getLongValue(String, String, XmlPullParser, boolean) - Method in class org.apache.maven.plugin.invoker.model.io.xpp3.BuildJobXpp3Reader
Method getLongValue.
getMavenVersion() - Method in class org.apache.maven.plugin.invoker.InvokerProperties
Gets the specification of Maven versions on which this build job should be run.
getMavenVersion() - Static method in class org.apache.maven.plugin.invoker.SelectorUtils
Retrieves the current Maven version.
getMavenVersion(File) - Static method in class org.apache.maven.plugin.invoker.SelectorUtils
 
getModelEncoding() - Method in class org.apache.maven.plugin.invoker.model.BuildJob
Get the modelEncoding field.
getName(Locale) - Method in class org.apache.maven.plugin.invoker.InvokerReport
 
getName() - Method in class org.apache.maven.plugin.invoker.model.BuildJob
Get the name of this build job.
getOsFamily() - Method in class org.apache.maven.plugin.invoker.InvokerProperties
Gets the specification of OS families on which this build job should be run.
getOutputDirectory() - Method in class org.apache.maven.plugin.invoker.InvokerReport
 
getOutputName() - Method in class org.apache.maven.plugin.invoker.InvokerReport
 
getParentPath(String) - Method in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
Gets the parent path of the specified relative path.
getProfiles(File) - Method in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
Gets the profile list for the specified project.
getProject() - Method in class org.apache.maven.plugin.invoker.InvokerReport
 
getProject() - Method in class org.apache.maven.plugin.invoker.model.BuildJob
Get the path to the project to build.
getProperties() - Method in class org.apache.maven.plugin.invoker.InvokerProperties
Gets the invoker properties being wrapped.
getPropertyFromExpression(String) - Method in class org.apache.maven.plugin.invoker.HelpMojo
 
getReportFiles(File) - Static method in class org.apache.maven.plugin.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.plugin.invoker.model.io.xpp3.BuildJobXpp3Reader
Method getRequiredAttributeValue.
getResult() - Method in class org.apache.maven.plugin.invoker.model.BuildJob
Get the result of this build job.
getSelection(InvokerProperties, CharSequence) - Method in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
Determines whether selector conditions of the specified invoker properties match the current environment.
getShortValue(String, String, XmlPullParser, boolean) - Method in class org.apache.maven.plugin.invoker.model.io.xpp3.BuildJobXpp3Reader
Method getShortValue.
getSingleChild(Node, String) - Method in class org.apache.maven.plugin.invoker.HelpMojo
 
getSiteRenderer() - Method in class org.apache.maven.plugin.invoker.InvokerReport
 
getSkippedJobs() - Method in class org.apache.maven.plugin.invoker.InvokerSession
Gets the skipped build jobs in this session.
getSuccessfulJobs() - Method in class org.apache.maven.plugin.invoker.InvokerSession
Gets the successful build jobs in this session.
getSystemProperties(File, String) - Method in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
Gets the system properties to use for the specified project.
getSystemPropertiesFile(int) - Method in class org.apache.maven.plugin.invoker.InvokerProperties
Gets the path to the properties file used to set the system properties for the specified invocation.
getText(Locale, String) - Method in class org.apache.maven.plugin.invoker.InvokerReport
 
getTime() - Method in class org.apache.maven.plugin.invoker.model.BuildJob
Get the number of seconds that this build job took to complete.
getTokens(File, String, List<String>) - Method in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
Gets goal/profile names for the specified project, either directly from the plugin configuration or from an external token file.
getTrimmedValue(String) - Method in class org.apache.maven.plugin.invoker.model.io.xpp3.BuildJobXpp3Reader
Method getTrimmedValue.
getType() - Method in class org.apache.maven.plugin.invoker.model.BuildJob
Get the type of the build job.
getValue(Node, String) - Method in class org.apache.maven.plugin.invoker.HelpMojo
 
goal - Variable in class org.apache.maven.plugin.invoker.HelpMojo
The name of the goal for which to show help.
goals - Variable in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
The list of goals to execute on each project.
goalsFile - Variable in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
Deprecated.
As of version 1.2, the key invoker.goals from the properties file specified by the parameter invokerPropertiesFile should be used instead.

H

handleFailures(Log, boolean) - Method in class org.apache.maven.plugin.invoker.InvokerSession
Handles the build failures in this session.
HelpMojo - Class in org.apache.maven.plugin.invoker
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.plugin.invoker.HelpMojo
 

I

i18n - Variable in class org.apache.maven.plugin.invoker.InvokerReport
Internationalization component.
ignoreFailures - Variable in class org.apache.maven.plugin.invoker.InvokerMojo
A flag controlling whether failures of the sub builds should fail the main build, too.
ignoreFailures - Variable in class org.apache.maven.plugin.invoker.VerifyMojo
A flag controlling whether failures of the sub builds should fail the main build, too.
indentSize - Variable in class org.apache.maven.plugin.invoker.HelpMojo
The number of spaces per indentation level, should be positive.
installArtifact(File, Artifact, ArtifactRepository) - Method in class org.apache.maven.plugin.invoker.InstallMojo
Installs the specified artifact to the local repository.
installedArtifacts - Variable in class org.apache.maven.plugin.invoker.InstallMojo
The identifiers of already installed artifacts, used to avoid multiple installation of the same artifact.
installer - Variable in class org.apache.maven.plugin.invoker.InstallMojo
Maven artifact install component to copy artifacts to the local repository.
installExtraArtifacts(ArtifactRepository, String[]) - Method in class org.apache.maven.plugin.invoker.InstallMojo
 
InstallMojo - Class in org.apache.maven.plugin.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.plugin.invoker.InstallMojo
 
installProjectArtifacts(MavenProject, ArtifactRepository) - Method in class org.apache.maven.plugin.invoker.InstallMojo
Installs the main artifact and any attached artifacts of the specified project to the local repository.
installProjectDependencies(MavenProject, Collection<MavenProject>, ArtifactRepository) - Method in class org.apache.maven.plugin.invoker.InstallMojo
Installs the dependent projects from the reactor to the local repository.
installProjectParents(MavenProject, ArtifactRepository) - Method in class org.apache.maven.plugin.invoker.InstallMojo
Installs the (locally reachable) parent POMs of the specified project to the local repository.
installProjectPom(MavenProject, ArtifactRepository) - Method in class org.apache.maven.plugin.invoker.InstallMojo
Installs the POM of the specified project to the local repository.
IntegrationTestMojo - Class in org.apache.maven.plugin.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() - Constructor for class org.apache.maven.plugin.invoker.IntegrationTestMojo
 
interpolatedTrimmed(String, String) - Method in class org.apache.maven.plugin.invoker.model.io.xpp3.BuildJobXpp3Reader
Method interpolatedTrimmed.
interpolationsProperties - Variable in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
Deprecated.
As of version 1.3, the parameter filterProperties should be used instead.
InvocationProperty(String) - Constructor for enum org.apache.maven.plugin.invoker.InvokerProperties.InvocationProperty
 
invoker - Variable in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
 
InvokerMojo - Class in org.apache.maven.plugin.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() - Constructor for class org.apache.maven.plugin.invoker.InvokerMojo
 
InvokerProperties - Class in org.apache.maven.plugin.invoker
Provides a convenient facade around the invoker.properties.
InvokerProperties(Properties) - Constructor for class org.apache.maven.plugin.invoker.InvokerProperties
Creates a new facade for the specified invoker properties.
InvokerProperties.InvocationProperty - Enum in org.apache.maven.plugin.invoker
 
invokerPropertiesFile - Variable in class org.apache.maven.plugin.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.plugin.invoker
Generate a report based on the results of the Maven invocations.
InvokerReport() - Constructor for class org.apache.maven.plugin.invoker.InvokerReport
 
InvokerSession - Class in org.apache.maven.plugin.invoker
Tracks a set of build jobs and their results.
InvokerSession() - Constructor for class org.apache.maven.plugin.invoker.InvokerSession
Creates a new empty session.
InvokerSession(BuildJob[]) - Constructor for class org.apache.maven.plugin.invoker.InvokerSession
Creates a session that initially contains the specified build jobs.
invokerTest - Variable in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
A comma separated list of projectname patterns to run.
isEmpty() - Method in class org.apache.maven.plugin.invoker.CompositeMap
isExpectedResult(int, int) - Method in class org.apache.maven.plugin.invoker.InvokerProperties
Checks whether the specified exit code matches the one expected for the given invocation.
isInvocationDefined(int) - Method in class org.apache.maven.plugin.invoker.InvokerProperties
Determines whether these invoker properties contain a build definition for the specified invocation index.
isJreVersion(String) - Static method in class org.apache.maven.plugin.invoker.SelectorUtils
 
isJreVersion(String, String) - Static method in class org.apache.maven.plugin.invoker.SelectorUtils
 
isJreVersion(List<Integer>, List<String>, boolean) - Static method in class org.apache.maven.plugin.invoker.SelectorUtils
 
isJreVersion(List<Integer>, String) - Static method in class org.apache.maven.plugin.invoker.SelectorUtils
 
isMavenVersion(String) - Static method in class org.apache.maven.plugin.invoker.SelectorUtils
 
isMavenVersion(String, String) - Static method in class org.apache.maven.plugin.invoker.SelectorUtils
 
isNotEmpty(String) - Static method in class org.apache.maven.plugin.invoker.HelpMojo
 
isOsFamily(String) - Static method in class org.apache.maven.plugin.invoker.SelectorUtils
 
isOsFamily(List<String>, boolean) - Static method in class org.apache.maven.plugin.invoker.SelectorUtils
 
isParallelRun() - Method in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
 

J

javaHome - Variable in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
The JAVA_HOME environment variable to use for forked Maven invocations.

K

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

L

lineLength - Variable in class org.apache.maven.plugin.invoker.HelpMojo
The maximum length of a display line, should be positive.
loadPom(File) - Static method in class org.apache.maven.plugin.invoker.PomUtils
Loads the (raw) model from the specified POM file.
localRepository - Variable in class org.apache.maven.plugin.invoker.InstallMojo
 
localRepositoryPath - Variable in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
The local repository for caching artifacts.
localRepositoryPath - Variable in class org.apache.maven.plugin.invoker.InstallMojo
The path to the local repository into which the project artifacts should be installed for the integration tests.
logSummary(Log, boolean) - Method in class org.apache.maven.plugin.invoker.InvokerSession
Prints a summary of this session to the specified logger.

M

main(String[]) - Static method in class org.apache.maven.plugin.invoker.SystemPropertyPrinter
 
mavenExecutable - Variable in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
mavenExecutable can either be a file relative to ${maven.home}/bin/ or an absolute file.
mavenHome - Variable in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
The home directory of the Maven installation to use for the forked builds.
mavenOpts - Variable in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
The MAVEN_OPTS environment variable to use when invoking Maven.
mavenProject - Variable in class org.apache.maven.plugin.invoker.CompositeMap
The Maven project from which to extract interpolated values, never null.
mergeUserSettings - Variable in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
If enable and if you have a settings file configured for the execution, it will be merged with your user settings.
MetadataUtils - Class in org.apache.maven.plugin.invoker
Provides utility methods for artifact metadata processing.
MetadataUtils() - Constructor for class org.apache.maven.plugin.invoker.MetadataUtils
 
modelEncoding - Variable in class org.apache.maven.plugin.invoker.model.BuildJob
Field modelEncoding.
mojoExecution - Variable in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
 

N

name - Variable in class org.apache.maven.plugin.invoker.model.BuildJob
The name of this build job.
NAMESPACE - Static variable in class org.apache.maven.plugin.invoker.model.io.xpp3.BuildJobXpp3Writer
Field NAMESPACE.
newReader(File) - Method in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
Creates a new reader for the specified file, using the plugin's encoding parameter.
nextTag(XmlPullParser) - Method in class org.apache.maven.plugin.invoker.model.io.xpp3.BuildJobXpp3Reader
Method nextTag.
noLog - Variable in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
Suppress logging to the build.log file.
NORMAL - Static variable in class org.apache.maven.plugin.invoker.model.BuildJob.Type
A normal build job.

O

org.apache.maven.plugin.invoker - package org.apache.maven.plugin.invoker
 
org.apache.maven.plugin.invoker.model - package org.apache.maven.plugin.invoker.model
 
org.apache.maven.plugin.invoker.model.io.xpp3 - package org.apache.maven.plugin.invoker.model.io.xpp3
 
outputDirectory - Variable in class org.apache.maven.plugin.invoker.InvokerReport
The output directory for the report.

P

parallelThreads - Variable in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
number of threads for running tests in parallel.
parseBuildJob(XmlPullParser, boolean) - Method in class org.apache.maven.plugin.invoker.model.io.xpp3.BuildJobXpp3Reader
Method parseBuildJob.
parseList(String, Collection<String>, Collection<String>) - Static method in class org.apache.maven.plugin.invoker.SelectorUtils
 
parseVersion(String) - Static method in class org.apache.maven.plugin.invoker.SelectorUtils
 
percentFormat - Variable in class org.apache.maven.plugin.invoker.InvokerReport
The number format used to print percent values in the report locale.
PLUGIN_HELP_PATH - Static variable in class org.apache.maven.plugin.invoker.HelpMojo
 
pluginArtifacts - Variable in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
 
pom - Variable in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
A single POM to build, skipping any scanning parameters and behavior.
pomExcludes - Variable in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
Exclude patterns for searching the integration test directory.
pomIncludes - Variable in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
Include patterns for searching the integration test directory for projects.
PomUtils - Class in org.apache.maven.plugin.invoker
Provides utility methods for POM processing.
PomUtils() - Constructor for class org.apache.maven.plugin.invoker.PomUtils
 
postBuildHookScript - Variable in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
Relative path of a cleanup/verification hook script to run after executing the build.
preBuildHookScript - Variable in class org.apache.maven.plugin.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.plugin.invoker.AbstractInvokerMojo
Processes the results of invoking the build jobs.
processResults(InvokerSession) - Method in class org.apache.maven.plugin.invoker.IntegrationTestMojo
 
processResults(InvokerSession) - Method in class org.apache.maven.plugin.invoker.InvokerMojo
 
profiles - Variable in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
List of profile identifiers to explicitly trigger in the build.
profilesFile - Variable in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
Deprecated.
As of version 1.2, the key invoker.profiles from the properties file specified by the parameter invokerPropertiesFile should be used instead.
project - Variable in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
The Maven Project Object
project - Variable in class org.apache.maven.plugin.invoker.InstallMojo
The current Maven project.
project - Variable in class org.apache.maven.plugin.invoker.InvokerReport
The Maven Project.
project - Variable in class org.apache.maven.plugin.invoker.model.BuildJob
The path to the project to build.
projectsDirectory - Variable in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
Directory to search for integration tests.
properties - Variable in class org.apache.maven.plugin.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.plugin.invoker.CompositeMap
The set of additional properties from which to extract interpolated values, never null.
properties - Variable in class org.apache.maven.plugin.invoker.InvokerProperties
The invoker properties being wrapped.
put(String, Object) - Method in class org.apache.maven.plugin.invoker.CompositeMap
putAll(Map<? extends String, ? extends Object>) - Method in class org.apache.maven.plugin.invoker.CompositeMap

R

reactorProjects - Variable in class org.apache.maven.plugin.invoker.InstallMojo
The set of Maven projects in the reactor build.
read(Reader, boolean) - Method in class org.apache.maven.plugin.invoker.model.io.xpp3.BuildJobXpp3Reader
 
read(Reader) - Method in class org.apache.maven.plugin.invoker.model.io.xpp3.BuildJobXpp3Reader
 
read(InputStream, boolean) - Method in class org.apache.maven.plugin.invoker.model.io.xpp3.BuildJobXpp3Reader
Method read.
read(InputStream) - Method in class org.apache.maven.plugin.invoker.model.io.xpp3.BuildJobXpp3Reader
Method read.
read(XmlPullParser, boolean) - Method in class org.apache.maven.plugin.invoker.model.io.xpp3.BuildJobXpp3Reader
Method read.
readMetadata(File) - Static method in class org.apache.maven.plugin.invoker.MetadataUtils
 
readTokens(File) - Method in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
Reads the tokens from the specified file.
relativizePath(File, String) - Method in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
Relativizes the specified path against the given base directory.
relativizeProjectPaths(BuildJob[]) - Method in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
Relativizes the project paths of the specified build jobs against the directory specified by projectsDirectory (if possible).
remoteArtifactRepositories - Variable in class org.apache.maven.plugin.invoker.InstallMojo
 
remotePluginRepositories - Variable in class org.apache.maven.plugin.invoker.InstallMojo
 
remove(Object) - Method in class org.apache.maven.plugin.invoker.CompositeMap
renderBuildJob(BuildJob, Locale) - Method in class org.apache.maven.plugin.invoker.InvokerReport
 
repeat(String, int) - Static method in class org.apache.maven.plugin.invoker.HelpMojo
Repeat a String n times to form a new string.
reportsDirectory - Variable in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
Base directory where all build reports are written to.
reportsDirectory - Variable in class org.apache.maven.plugin.invoker.InvokerReport
Base directory where all build reports have been written to.
reportsDirectory - Variable in class org.apache.maven.plugin.invoker.VerifyMojo
Base directory where all build reports are read from.
ReportUtils - Class in org.apache.maven.plugin.invoker
Provides utility methods for invoker report processing.
ReportUtils() - Constructor for class org.apache.maven.plugin.invoker.ReportUtils
 
ReportUtils.FileFilterOnlyXmlFile - Class in org.apache.maven.plugin.invoker
 
repositoryFactory - Variable in class org.apache.maven.plugin.invoker.InstallMojo
The component used to create artifacts.
resetSourceLevelSet(TrackableBase) - Method in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
 
resetStats() - Method in class org.apache.maven.plugin.invoker.InvokerSession
 
resolveExternalJreVersion() - Method in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
 
resolver - Variable in class org.apache.maven.plugin.invoker.InstallMojo
 
result - Variable in class org.apache.maven.plugin.invoker.model.BuildJob
The result of this build job.
Result() - Constructor for class org.apache.maven.plugin.invoker.model.BuildJob.Result
 
runBuild(File, BuildJob, File, File, CharSequence) - Method in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
Runs the specified project.
runBuild(File, File, File, File, InvokerProperties) - Method in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
Runs the specified project.
runBuilds(File, BuildJob[]) - Method in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
Runs the specified build jobs.

S

scanProjectsDirectory(List<String>, List<String>, String) - Method in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
Scans the projects directory for projects to build.
scriptRunner - Variable in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
The scripter runner that is responsible to execute hook scripts.
scriptVariables - Variable in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
Additional variables for use in the hook scripts.
secFormat - Variable in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
The format for elapsed build time.
secondsFormat - Variable in class org.apache.maven.plugin.invoker.InvokerReport
The number format used to print time values in the report locale.
SELECTOR_JREVERSION - Static variable in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
 
SELECTOR_MAVENVERSION - Static variable in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
 
SELECTOR_OSFAMILY - Static variable in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
 
selectorScript - Variable in class org.apache.maven.plugin.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.plugin.invoker
Provides utility methods for selecting build jobs based on environmental conditions.
SelectorUtils() - Constructor for class org.apache.maven.plugin.invoker.SelectorUtils
 
setAddDefaultEntities(boolean) - Method in class org.apache.maven.plugin.invoker.model.io.xpp3.BuildJobXpp3Reader
Sets the state of the "add default entities" flag.
setDescription(String) - Method in class org.apache.maven.plugin.invoker.model.BuildJob
Set the description of this build job.
setFailureMessage(String) - Method in class org.apache.maven.plugin.invoker.model.BuildJob
Set any failure message(s) in case this build job failed.
setFileComment(String) - Method in class org.apache.maven.plugin.invoker.model.io.xpp3.BuildJobXpp3Writer
Method setFileComment.
setJobs(List<? extends BuildJob>) - Method in class org.apache.maven.plugin.invoker.InvokerSession
Sets the build jobs of this session.
setModelEncoding(String) - Method in class org.apache.maven.plugin.invoker.model.BuildJob
Set the modelEncoding field.
setName(String) - Method in class org.apache.maven.plugin.invoker.model.BuildJob
Set the name of this build job.
setProject(String) - Method in class org.apache.maven.plugin.invoker.model.BuildJob
Set the path to the project to build.
setResult(String) - Method in class org.apache.maven.plugin.invoker.model.BuildJob
Set the result of this build job.
setTime(double) - Method in class org.apache.maven.plugin.invoker.model.BuildJob
Set the number of seconds that this build job took to complete.
settings - Variable in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
The current user system settings for use in Maven.
settingsBuilder - Variable in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
 
settingsFile - Variable in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
Path to an alternate settings.xml to use for Maven invocation with all ITs.
setType(String) - Method in class org.apache.maven.plugin.invoker.model.BuildJob
Set the type of the build job.
SETUP - Static variable in class org.apache.maven.plugin.invoker.model.BuildJob.Type
A build job that should be invoked before any non-setup build jobs.
setupIncludes - Variable in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
Include patterns for searching the projects directory for projects that need to be run before the other projects.
setupLogger(File) - Method in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
Initializes the build logger for the specified project.
showErrors - Variable in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
Whether to show errors in the build output.
showVersion - Variable in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
flag to enable show mvn version used for running its (cli option : -V,--show-version )
sinkCell(Sink, String) - Method in class org.apache.maven.plugin.invoker.InvokerReport
 
sinkTableHeader(Sink, String) - Method in class org.apache.maven.plugin.invoker.InvokerReport
 
siteRenderer - Variable in class org.apache.maven.plugin.invoker.InvokerReport
Doxia Site Renderer component.
size() - Method in class org.apache.maven.plugin.invoker.CompositeMap
skipInstallation - Variable in class org.apache.maven.plugin.invoker.InstallMojo
A flag used to disable the installation procedure.
skipInvocation - Variable in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
Flag used to suppress certain invocations.
skipInvocation - Variable in class org.apache.maven.plugin.invoker.VerifyMojo
Flag used to suppress certain invocations.
SKIPPED - Static variable in class org.apache.maven.plugin.invoker.model.BuildJob.Result
The result value corresponding with an invocation that was skipped.
skippedJobs - Variable in class org.apache.maven.plugin.invoker.InvokerSession
 
streamLogs - Variable in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
Flag used to determine whether the build logs should be output to the normal mojo log.
SUCCESS - Static variable in class org.apache.maven.plugin.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.plugin.invoker.InvokerSession
 
suppressSummaries - Variable in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
Flag used to suppress the summary output notifying of successes and failures.
suppressSummaries - Variable in class org.apache.maven.plugin.invoker.VerifyMojo
Flag used to suppress the summary output notifying of successes and failures.
SystemPropertyPrinter - Class in org.apache.maven.plugin.invoker
Print specified system properties to the output stream.
SystemPropertyPrinter() - Constructor for class org.apache.maven.plugin.invoker.SystemPropertyPrinter
 

T

testClassPath - Variable in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
The test class path of the project under test.
testProperties - Variable in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
Deprecated.
As of version 1.1, use the properties parameter instead.
testPropertiesFile - Variable in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
Location of a properties file that defines CLI properties for the test.
time - Variable in class org.apache.maven.plugin.invoker.model.BuildJob
The number of seconds that this build job took to complete.
toLines(String, int, int, int) - Static method in class org.apache.maven.plugin.invoker.HelpMojo
Splits the specified text into lines of convenient display length.
toLines(List<String>, String, int, int) - Static method in class org.apache.maven.plugin.invoker.HelpMojo
Adds the specified line to the output sequence, performing line wrapping if necessary.
toString() - Method in enum org.apache.maven.plugin.invoker.InvokerProperties.InvocationProperty
 
toString() - Method in class org.apache.maven.plugin.invoker.model.BuildJob
 
toUrl(String) - Static method in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
Converts the specified filesystem path to a URL.
transform(String, String) - Method in interface org.apache.maven.plugin.invoker.model.io.xpp3.BuildJobXpp3Reader.ContentTransformer
Interpolate the value read from the xpp3 document
type - Variable in class org.apache.maven.plugin.invoker.model.BuildJob
The type of the build job.
Type() - Constructor for class org.apache.maven.plugin.invoker.model.BuildJob.Type
 

U

updateStats() - Method in class org.apache.maven.plugin.invoker.InvokerSession
 

V

valueOf(String) - Static method in enum org.apache.maven.plugin.invoker.InvokerProperties.InvocationProperty
Returns the enum constant of this type with the specified name.
values() - Method in class org.apache.maven.plugin.invoker.CompositeMap
values() - Static method in enum org.apache.maven.plugin.invoker.InvokerProperties.InvocationProperty
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.plugin.invoker.AbstractInvokerMojo
Verifies the invocation result.
VerifyMojo - Class in org.apache.maven.plugin.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.plugin.invoker.VerifyMojo
 

W

write(Writer, BuildJob) - Method in class org.apache.maven.plugin.invoker.model.io.xpp3.BuildJobXpp3Writer
Method write.
write(OutputStream, BuildJob) - Method in class org.apache.maven.plugin.invoker.model.io.xpp3.BuildJobXpp3Writer
Method write.
writeBuildJob(BuildJob, String, XmlSerializer) - Method in class org.apache.maven.plugin.invoker.model.io.xpp3.BuildJobXpp3Writer
Method writeBuildJob.
writeBuildReport(BuildJob) - Method in class org.apache.maven.plugin.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.plugin.invoker.HelpMojo
 
writeMetadata(File, Xpp3Dom) - Static method in class org.apache.maven.plugin.invoker.MetadataUtils
 
writeParameter(StringBuilder, Node, Node) - Method in class org.apache.maven.plugin.invoker.HelpMojo
 
writeSummaryFile(BuildJob[]) - Method in class org.apache.maven.plugin.invoker.AbstractInvokerMojo
 
A B C D E F G H I J K L M N O P R S T U V W 
Skip navigation links