Package org.apache.maven.plugin.surefire
Interface ProviderInfo
public interface ProviderInfo
- Author:
- Kristian Rosenvold
-
Method Summary
-
Method Details
-
getProviderName
-
isApplicable
boolean isApplicable() -
getProviderClasspath
@Nonnull Set<org.apache.maven.artifact.Artifact> getProviderClasspath() throws org.apache.maven.artifact.resolver.AbstractArtifactResolutionException- Throws:
org.apache.maven.artifact.resolver.AbstractArtifactResolutionException
-
addProviderProperties
void addProviderProperties() throws org.apache.maven.plugin.MojoExecutionException- Throws:
org.apache.maven.plugin.MojoExecutionException
-