org.apache.maven.artifact.repository.ArtifactRepository |
RepositoryTool.createLocalArtifactRepositoryInstance() |
Deprecated.
Construct an ArtifactRepository instance that refers to the normal Maven local repository.
|
org.apache.maven.artifact.repository.ArtifactRepository |
RepositoryTool.createLocalArtifactRepositoryInstance(java.io.File localRepositoryDirectory) |
Deprecated.
Construct an ArtifactRepository instance that refers to the test-time Maven local repository.
|
void |
RepositoryTool.createLocalRepositoryFromComponentProject(org.apache.maven.project.MavenProject project,
java.io.File realPomFile,
java.io.File targetLocalRepoBasedir) |
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.
|
org.apache.maven.shared.invoker.InvocationResult |
BuildTool.executeMaven(java.io.File pom,
java.util.Properties properties,
java.util.List<java.lang.String> goals,
java.io.File buildLogFile) |
Deprecated.
Build a standard InvocationRequest using the specified test-build POM, command-line properties,
goals, and output logfile.
|
org.apache.maven.shared.invoker.InvocationResult |
BuildTool.executeMaven(org.apache.maven.shared.invoker.InvocationRequest request) |
Deprecated.
Execute a test build using a customized InvocationRequest.
|
java.io.File |
RepositoryTool.findLocalRepositoryDirectory() |
Deprecated.
Lookup and return the location of the normal Maven local repository.
|
private void |
RepositoryTool.installLocallyReachableAncestorPoms(java.io.File realPomFile,
org.apache.maven.artifact.repository.ArtifactRepository localRepo) |
Deprecated.
Traverse <relativePath/> links for successive POMs in the plugin's ancestry, installing
each one into the test-time local repository.
|
protected ProjectTool.PomInfo |
ProjectTool.manglePomForTesting(java.io.File pomFile,
java.lang.String testVersion,
boolean skipUnitTests) |
Deprecated.
Inject a special version for testing, to allow tests to unambiguously reference the plugin
currently under test.
|
org.apache.maven.project.MavenProject |
ProjectTool.packageProjectArtifact(java.io.File pomFile,
java.lang.String testVersion,
boolean skipUnitTests) |
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.
|
org.apache.maven.project.MavenProject |
ProjectTool.packageProjectArtifact(java.io.File pomFile,
java.lang.String testVersion,
boolean skipUnitTests,
java.io.File logFile) |
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.
|
java.io.File |
ComponentTestTool.prepareComponentForIntegrationTesting(java.io.File pomFile,
java.lang.String testVersion) |
Deprecated.
Stage the component, using a stable version, into a temporary local-repository directory that is
generated by this method.
|
java.io.File |
ComponentTestTool.prepareComponentForIntegrationTesting(java.io.File pomFile,
java.lang.String testVersion,
java.io.File localRepositoryDir) |
Deprecated.
Stage the component, using a stable version, into the specified local-repository directory.
|
java.io.File |
ComponentTestTool.prepareComponentForUnitTestingWithMavenBuilds(java.io.File pomFile,
java.lang.String testVersion) |
Deprecated.
Stage the component, using a stable version, into a temporary local-repository directory that is
generated by this method.
|
java.io.File |
ComponentTestTool.prepareComponentForUnitTestingWithMavenBuilds(java.io.File pomFile,
java.lang.String testVersion,
java.io.File localRepositoryDir) |
Deprecated.
Stage the component, using a stable version, into the specified local-repository directory.
|
private java.io.File |
ComponentTestTool.prepareForTesting(java.io.File pomFile,
java.lang.String testVersion,
boolean skipUnitTests,
java.io.File localRepositoryDir) |
Deprecated.
|
private java.io.File |
PluginTestTool.prepareForTesting(java.io.File pomFile,
java.lang.String testVersion,
boolean skipUnitTests,
java.io.File localRepositoryDir) |
Deprecated.
|
java.io.File |
PluginTestTool.preparePluginForIntegrationTesting(java.io.File pomFile,
java.lang.String testVersion) |
Deprecated.
Stage the plugin, using a stable version, into a temporary local-repository directory that is
generated by this method.
|
java.io.File |
PluginTestTool.preparePluginForIntegrationTesting(java.io.File pomFile,
java.lang.String testVersion,
java.io.File localRepositoryDir) |
Deprecated.
Stage the plugin, using a stable version, into the specified local-repository directory.
|
java.io.File |
PluginTestTool.preparePluginForUnitTestingWithMavenBuilds(java.io.File pomFile,
java.lang.String testVersion) |
Deprecated.
Stage the plugin, using a stable version, into a temporary local-repository directory that is
generated by this method.
|
java.io.File |
PluginTestTool.preparePluginForUnitTestingWithMavenBuilds(java.io.File pomFile,
java.lang.String testVersion,
java.io.File localRepositoryDir) |
Deprecated.
Stage the plugin, using a stable version, into the specified local-repository directory.
|
org.apache.maven.project.MavenProject |
ProjectTool.readProject(java.io.File pomFile) |
Deprecated.
Construct a MavenProject instance from the specified POM file.
|
org.apache.maven.project.MavenProject |
ProjectTool.readProject(java.io.File pomFile,
java.io.File localRepositoryBasedir) |
Deprecated.
Construct a MavenProject instance from the specified POM file, using the specified local
repository directory to resolve ancestor POMs as needed.
|
org.apache.maven.project.MavenProject |
ProjectTool.readProjectWithDependencies(java.io.File pomFile) |
Deprecated.
Construct a MavenProject instance from the specified POM file with dependencies.
|
org.apache.maven.project.MavenProject |
ProjectTool.readProjectWithDependencies(java.io.File pomFile,
java.io.File localRepositoryBasedir) |
Deprecated.
Construct a MavenProject instance from the specified POM file with dependencies, using the specified local
repository directory to resolve ancestor POMs as needed.
|