mirror of https://github.com/apache/maven.git
MNG-3954: Remove the RuntimeInfo required in the setting.mdo
This commit is contained in:
parent
661b4cf8f3
commit
e112cd89c7
|
@ -123,11 +123,4 @@ class SettingsAdapter
|
|||
{
|
||||
return request.getPluginGroups();
|
||||
}
|
||||
|
||||
@Override
|
||||
public RuntimeInfo getRuntimeInfo()
|
||||
{
|
||||
return runtimeInfo;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -383,26 +383,6 @@
|
|||
|
||||
return profileMap;
|
||||
}
|
||||
|
||||
//[MNG-3954] :: this is required for the release plugin
|
||||
|
||||
private RuntimeInfo runtimeInfo;
|
||||
|
||||
@Deprecated
|
||||
public void setRuntimeInfo( RuntimeInfo runtimeInfo )
|
||||
{
|
||||
this.runtimeInfo = runtimeInfo;
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
public RuntimeInfo getRuntimeInfo()
|
||||
{
|
||||
if ( runtimeInfo == null )
|
||||
{
|
||||
runtimeInfo = new RuntimeInfo();
|
||||
}
|
||||
return runtimeInfo;
|
||||
}
|
||||
]]>
|
||||
</code>
|
||||
</codeSegment>
|
||||
|
|
Loading…
Reference in New Issue