- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- 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
- 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
-