mirror of https://github.com/apache/maven.git
o Accidentally committed a bunch of development stuff...cleaning up.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163310 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d81fa66315
commit
faaa6ba7f5
|
@ -19,14 +19,6 @@ package org.apache.maven;
|
|||
import org.apache.maven.execution.MavenExecutionRequest;
|
||||
import org.apache.maven.execution.MavenExecutionResponse;
|
||||
import org.apache.maven.lifecycle.goal.GoalNotFoundException;
|
||||
import org.apache.maven.plugin.descriptor.MojoDescriptor;
|
||||
import org.apache.maven.project.MavenProject;
|
||||
import org.apache.maven.project.ProjectBuildingException;
|
||||
import org.apache.maven.reactor.ReactorException;
|
||||
|
||||
import java.io.File;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
|
||||
|
@ -34,8 +26,6 @@ import java.util.Map;
|
|||
*/
|
||||
public interface Maven
|
||||
{
|
||||
public static final String AUTOGEN_POMS_SYSPROP = "maven.pom.autogen";
|
||||
|
||||
static String ROLE = Maven.class.getName();
|
||||
|
||||
MavenExecutionResponse execute( MavenExecutionRequest request )
|
||||
|
|
Loading…
Reference in New Issue