public interface PrototypeHelper
| Modifier and Type | Method and Description |
|---|---|
void |
extractTempPom() |
org.apache.maven.plugin.AbstractMojo |
getCaller() |
void |
installArtifact(File artifact,
File sources,
File mavenHome,
String groupId,
String artifactId,
String version,
String repositoryId) |
File |
repack(File file,
String artifactId) |
void |
setCaller(org.apache.maven.plugin.AbstractMojo caller) |
static final String ROLE
void installArtifact(File artifact, File sources, File mavenHome, String groupId, String artifactId, String version, String repositoryId) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionFile repack(File file, String artifactId) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionvoid extractTempPom()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionvoid setCaller(org.apache.maven.plugin.AbstractMojo caller)
org.apache.maven.plugin.AbstractMojo getCaller()
Copyright © 2013 Kualigan. All Rights Reserved.