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