mirror of
https://github.com/apache/maven.git
synced 2025-03-03 07:09:29 +00:00
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 void updateScope( Artifact artifact, String scope )
|
||||
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…
x
Reference in New Issue
Block a user