mirror of https://github.com/apache/maven.git
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:
parent
a66be7f905
commit
4c3d71313b
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue