Preparing to refactor the build-plan stuff to make it a little less complex and more usable...and to re-activate late-binding of plugins when necessary.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@541512 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2007-05-25 02:06:24 +00:00
parent a66be7f905
commit 4c3d71313b
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import org.apache.maven.project.MavenProject;
import java.util.List; import java.util.List;
public interface BuildPlan public interface BuildPlanIfc
extends ModifiablePlanElement extends ModifiablePlanElement
{ {