public final class ReportUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static File |
getSkinArtifactFile(org.apache.maven.project.MavenProject project,
org.apache.maven.artifact.repository.ArtifactRepository localRepository,
org.apache.maven.artifact.resolver.ArtifactResolver resolver,
org.apache.maven.artifact.factory.ArtifactFactory factory)
Returns a file reference to the default skin useful for rendering
standalone run reports.
|
public static File getSkinArtifactFile(org.apache.maven.project.MavenProject project, org.apache.maven.artifact.repository.ArtifactRepository localRepository, org.apache.maven.artifact.resolver.ArtifactResolver resolver, org.apache.maven.artifact.factory.ArtifactFactory factory) throws org.apache.maven.plugin.MojoExecutionException
Stolen from the changes plugin.
project - the project of the plugin that calls this method.localRepository - a reference to the local repository to reference to.resolver - to resolve the skin artifact.factory - to resolve dependencies.org.apache.maven.plugin.MojoExecutionException - if the skin artifact cannot be resolved.Copyright © 2006-2014. All Rights Reserved.