Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
B
- BuildTool - Class in org.apache.maven.shared.test.plugin
-
Deprecated.
- BuildTool() - Constructor for class org.apache.maven.shared.test.plugin.BuildTool
-
Deprecated.
C
- ComponentTestTool - Class in org.apache.maven.shared.test.plugin
-
Deprecated.
- ComponentTestTool() - Constructor for class org.apache.maven.shared.test.plugin.ComponentTestTool
-
Deprecated.
- contextualize(Context) - Method in class org.apache.maven.shared.test.plugin.RepositoryTool
-
Deprecated.Retrieve the PlexusContainer instance used to instantiate this component.
- createBasicInvocationRequest(File, Properties, List<String>, File) - Method in class org.apache.maven.shared.test.plugin.BuildTool
-
Deprecated.Construct a standardized InvocationRequest given the test-build POM, a set of CLI properties, a list of goals to execute, and the location of a log file to which build output should be directed.
- createLocalArtifactRepositoryInstance() - Method in class org.apache.maven.shared.test.plugin.RepositoryTool
-
Deprecated.Construct an ArtifactRepository instance that refers to the normal Maven local repository.
- createLocalArtifactRepositoryInstance(File) - Method in class org.apache.maven.shared.test.plugin.RepositoryTool
-
Deprecated.Construct an ArtifactRepository instance that refers to the test-time Maven local repository.
- createLocalRepositoryFromComponentProject(MavenProject, File, File) - Method in class org.apache.maven.shared.test.plugin.RepositoryTool
-
Deprecated.Install a test version of a plugin - along with its POM, and as many ancestor POMs as can be reached using the <relativePath/> element - to a clean local repository directory for use in test builds.
D
- dispose() - Method in class org.apache.maven.shared.test.plugin.BuildTool
-
Deprecated.Not currently used; when this API switches to use the Maven Embedder, it will be used to shutdown the embedder and its associated container, to free up JVM memory.
E
- executeMaven(File, Properties, List<String>, File) - Method in class org.apache.maven.shared.test.plugin.BuildTool
-
Deprecated.Build a standard InvocationRequest using the specified test-build POM, command-line properties, goals, and output logfile.
- executeMaven(InvocationRequest) - Method in class org.apache.maven.shared.test.plugin.BuildTool
-
Deprecated.Execute a test build using a customized InvocationRequest.
F
- findLocalRepositoryDirectory() - Method in class org.apache.maven.shared.test.plugin.RepositoryTool
-
Deprecated.Lookup and return the location of the normal Maven local repository.
I
- initialize() - Method in class org.apache.maven.shared.test.plugin.BuildTool
-
Deprecated.Initialize this tool once it's been instantiated and composed, in order to start up the MavenInvoker instance.
- INTEGRATION_TEST_DEPLOYMENT_REPO_URL - Static variable in class org.apache.maven.shared.test.plugin.ProjectTool
-
Deprecated.
M
- manglePomForTesting(File, String, boolean) - Method in class org.apache.maven.shared.test.plugin.ProjectTool
-
Deprecated.Inject a special version for testing, to allow tests to unambiguously reference the plugin currently under test.
O
- org.apache.maven.shared.test.plugin - package org.apache.maven.shared.test.plugin
P
- packageProjectArtifact(File, String, boolean) - Method in class org.apache.maven.shared.test.plugin.ProjectTool
-
Deprecated.Run the plugin's Maven build up to the package phase, in order to produce a jar file for distribution to a test-time local repository.
- packageProjectArtifact(File, String, boolean, File) - Method in class org.apache.maven.shared.test.plugin.ProjectTool
-
Deprecated.Run the plugin's Maven build up to the package phase, in order to produce a jar file for distribution to a test-time local repository.
- PluginTestTool - Class in org.apache.maven.shared.test.plugin
-
Deprecated.
- PluginTestTool() - Constructor for class org.apache.maven.shared.test.plugin.PluginTestTool
-
Deprecated.
- prepareComponentForIntegrationTesting(File, String) - Method in class org.apache.maven.shared.test.plugin.ComponentTestTool
-
Deprecated.Stage the component, using a stable version, into a temporary local-repository directory that is generated by this method.
- prepareComponentForIntegrationTesting(File, String, File) - Method in class org.apache.maven.shared.test.plugin.ComponentTestTool
-
Deprecated.Stage the component, using a stable version, into the specified local-repository directory.
- prepareComponentForUnitTestingWithMavenBuilds(File, String) - Method in class org.apache.maven.shared.test.plugin.ComponentTestTool
-
Deprecated.Stage the component, using a stable version, into a temporary local-repository directory that is generated by this method.
- prepareComponentForUnitTestingWithMavenBuilds(File, String, File) - Method in class org.apache.maven.shared.test.plugin.ComponentTestTool
-
Deprecated.Stage the component, using a stable version, into the specified local-repository directory.
- preparePluginForIntegrationTesting(File, String) - Method in class org.apache.maven.shared.test.plugin.PluginTestTool
-
Deprecated.Stage the plugin, using a stable version, into a temporary local-repository directory that is generated by this method.
- preparePluginForIntegrationTesting(File, String, File) - Method in class org.apache.maven.shared.test.plugin.PluginTestTool
-
Deprecated.Stage the plugin, using a stable version, into the specified local-repository directory.
- preparePluginForUnitTestingWithMavenBuilds(File, String) - Method in class org.apache.maven.shared.test.plugin.PluginTestTool
-
Deprecated.Stage the plugin, using a stable version, into a temporary local-repository directory that is generated by this method.
- preparePluginForUnitTestingWithMavenBuilds(File, String, File) - Method in class org.apache.maven.shared.test.plugin.PluginTestTool
-
Deprecated.Stage the plugin, using a stable version, into the specified local-repository directory.
- ProjectTool - Class in org.apache.maven.shared.test.plugin
-
Deprecated.
- ProjectTool() - Constructor for class org.apache.maven.shared.test.plugin.ProjectTool
-
Deprecated.
R
- readProject(File) - Method in class org.apache.maven.shared.test.plugin.ProjectTool
-
Deprecated.Construct a MavenProject instance from the specified POM file.
- readProject(File, File) - Method in class org.apache.maven.shared.test.plugin.ProjectTool
-
Deprecated.Construct a MavenProject instance from the specified POM file, using the specified local repository directory to resolve ancestor POMs as needed.
- readProjectWithDependencies(File) - Method in class org.apache.maven.shared.test.plugin.ProjectTool
-
Deprecated.Construct a MavenProject instance from the specified POM file with dependencies.
- readProjectWithDependencies(File, File) - Method in class org.apache.maven.shared.test.plugin.ProjectTool
-
Deprecated.Construct a MavenProject instance from the specified POM file with dependencies, using the specified local repository directory to resolve ancestor POMs as needed.
- RepositoryTool - Class in org.apache.maven.shared.test.plugin
-
Deprecated.
- RepositoryTool() - Constructor for class org.apache.maven.shared.test.plugin.RepositoryTool
-
Deprecated.
- ROLE - Static variable in class org.apache.maven.shared.test.plugin.BuildTool
-
Deprecated.Plexus role
- ROLE - Static variable in class org.apache.maven.shared.test.plugin.ComponentTestTool
-
Deprecated.Plexus role
- ROLE - Static variable in class org.apache.maven.shared.test.plugin.PluginTestTool
-
Deprecated.Plexus role
- ROLE - Static variable in class org.apache.maven.shared.test.plugin.ProjectTool
-
Deprecated.Plexus role
- ROLE - Static variable in class org.apache.maven.shared.test.plugin.RepositoryTool
-
Deprecated.Plexus role
T
- TestToolsException - Exception in org.apache.maven.shared.test.plugin
-
Deprecated.
- TestToolsException(String) - Constructor for exception org.apache.maven.shared.test.plugin.TestToolsException
-
Deprecated.
- TestToolsException(String, Throwable) - Constructor for exception org.apache.maven.shared.test.plugin.TestToolsException
-
Deprecated.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form