o Restored (binary) backward-compat

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@887311 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-12-04 18:26:21 +00:00
parent a349e0a1b3
commit 506b7c6334
1 changed files with 6 additions and 0 deletions

View File

@ -1824,6 +1824,12 @@ public class MavenProject
return snapshotArtifactRepository;
}
@Deprecated
public Artifact replaceWithActiveArtifact( Artifact pluginArtifact )
{
return pluginArtifact;
}
private void deepCopy( MavenProject project )
{
// disown the parent