- packageProjectArtifact(File, String, boolean) - Method in class org.apache.maven.shared.test.plugin.ProjectTool
-
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
-
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
-
Test tool that provides a single point of access for staging a plugin artifact - along with its
POM lineage - into a clean test-time local repository.
- PluginTestTool() - Constructor for class org.apache.maven.shared.test.plugin.PluginTestTool
-
- prepareComponentForIntegrationTesting(File, String) - Method in class org.apache.maven.shared.test.plugin.ComponentTestTool
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
Stage the plugin, using a stable version, into the specified local-repository directory.
- ProjectTool - Class in org.apache.maven.shared.test.plugin
-
Testing tool used to read MavenProject instances from pom.xml files, and to create plugin jar
files (package phase of the normal build process) for distribution to a test local repository
directory.
- ProjectTool() - Constructor for class org.apache.maven.shared.test.plugin.ProjectTool
-