mirror of https://github.com/apache/maven.git
o Restored method required by integrators
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@807761 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5bddea6003
commit
3dd5ffbcaf
|
@ -20,6 +20,7 @@ import org.apache.maven.execution.MavenSession;
|
|||
import org.apache.maven.model.Plugin;
|
||||
import org.apache.maven.plugin.descriptor.MojoDescriptor;
|
||||
import org.apache.maven.plugin.descriptor.PluginDescriptor;
|
||||
import org.codehaus.plexus.classworlds.realm.ClassRealm;
|
||||
|
||||
/**
|
||||
* @author Jason van Zyl
|
||||
|
@ -34,6 +35,9 @@ public interface BuildPluginManager
|
|||
MojoDescriptor getMojoDescriptor( Plugin plugin, String goal, RepositoryRequest repositoryRequest )
|
||||
throws PluginNotFoundException, PluginResolutionException, PluginDescriptorParsingException, MojoNotFoundException, InvalidPluginDescriptorException;
|
||||
|
||||
ClassRealm getPluginRealm( MavenSession session, PluginDescriptor pluginDescriptor )
|
||||
throws PluginManagerException;
|
||||
|
||||
void executeMojo( MavenSession session, MojoExecution execution )
|
||||
throws MojoFailureException, MojoExecutionException, PluginConfigurationException, PluginManagerException;
|
||||
|
||||
|
|
Loading…
Reference in New Issue