mirror of https://github.com/apache/maven.git
Add interface method - makes this compile again (it isn't included
in the bootstrap). git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@226697 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
64887493fe
commit
f84a2ce8ec
|
@ -72,6 +72,11 @@ public class AntResolutionListener
|
|||
project.log( indent + artifact.getId() + " (settings scope to: " + scope + ")" );
|
||||
}
|
||||
|
||||
public void updateScopeCurrentPom( Artifact artifact, String scope )
|
||||
{
|
||||
updateScope( artifact, scope );
|
||||
}
|
||||
|
||||
public void manageArtifact( Artifact artifact, Artifact replacement )
|
||||
{
|
||||
String msg = indent + artifact.getId();
|
||||
|
|
Loading…
Reference in New Issue