mirror of https://github.com/apache/maven.git
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@750352 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3a2b747af0
commit
0cc04bdd8a
|
@ -62,7 +62,6 @@ import org.apache.maven.plugin.PluginContext;
|
||||||
import org.apache.maven.plugin.PluginManager;
|
import org.apache.maven.plugin.PluginManager;
|
||||||
import org.apache.maven.plugin.PluginManagerException;
|
import org.apache.maven.plugin.PluginManagerException;
|
||||||
import org.apache.maven.plugin.PluginNotFoundException;
|
import org.apache.maven.plugin.PluginNotFoundException;
|
||||||
import org.apache.maven.plugin.PluginRepository;
|
|
||||||
import org.apache.maven.plugin.PluginVersionNotFoundException;
|
import org.apache.maven.plugin.PluginVersionNotFoundException;
|
||||||
import org.apache.maven.plugin.PluginVersionResolutionException;
|
import org.apache.maven.plugin.PluginVersionResolutionException;
|
||||||
import org.apache.maven.project.MavenProject;
|
import org.apache.maven.project.MavenProject;
|
||||||
|
@ -143,8 +142,6 @@ public class MavenEmbedder
|
||||||
private MavenExecutionRequestPopulator populator;
|
private MavenExecutionRequestPopulator populator;
|
||||||
|
|
||||||
private BuildPlanner buildPlanner;
|
private BuildPlanner buildPlanner;
|
||||||
|
|
||||||
private PluginRepository pluginRepository;
|
|
||||||
|
|
||||||
// ----------------------------------------------------------------------
|
// ----------------------------------------------------------------------
|
||||||
// Configuration
|
// Configuration
|
||||||
|
@ -620,8 +617,6 @@ public class MavenEmbedder
|
||||||
|
|
||||||
buildPlanner = container.lookup( BuildPlanner.class );
|
buildPlanner = container.lookup( BuildPlanner.class );
|
||||||
|
|
||||||
pluginRepository = container.lookup( PluginRepository.class );
|
|
||||||
|
|
||||||
repositoryTools = container.lookup( MavenRepositorySystem.class );
|
repositoryTools = container.lookup( MavenRepositorySystem.class );
|
||||||
|
|
||||||
// This is temporary as we can probably cache a single request and use it for default values and
|
// This is temporary as we can probably cache a single request and use it for default values and
|
||||||
|
|
Loading…
Reference in New Issue