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:
John Dennis Casey 2005-01-20 20:38:05 +00:00
parent d81fa66315
commit faaa6ba7f5
1 changed files with 0 additions and 10 deletions

View File

@ -19,14 +19,6 @@
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 @@
*/
public interface Maven
{
public static final String AUTOGEN_POMS_SYSPROP = "maven.pom.autogen";
static String ROLE = Maven.class.getName();
MavenExecutionResponse execute( MavenExecutionRequest request )