mirror of https://github.com/apache/maven.git
o Removed the isolatedRealm attribute of PluginDescriptor...it's a duplication of the superClass isolatedRealm field.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@179456 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6af68fc09e
commit
3d003af361
|
@ -35,8 +35,6 @@ public class PluginDescriptor
|
|||
|
||||
private List dependencies;
|
||||
|
||||
private boolean isolatedRealm;
|
||||
|
||||
private String goalPrefix;
|
||||
|
||||
private String source;
|
||||
|
@ -98,11 +96,6 @@ public class PluginDescriptor
|
|||
// Dependencies
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
public boolean isIsolatedRealm()
|
||||
{
|
||||
return isolatedRealm;
|
||||
}
|
||||
|
||||
public static String constructPluginKey( String groupId, String artifactId, String version )
|
||||
{
|
||||
return groupId + ":" + artifactId + ":" + version;
|
||||
|
|
Loading…
Reference in New Issue