mirror of https://github.com/apache/maven.git
o the repository builder checks for the existence of that field but will fail gracefully
git-svn-id: https://svn.apache.org/repos/asf/maven/components/branches/MNG-2766@769904 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a630ff99e2
commit
b18a2fe51f
|
@ -87,13 +87,6 @@ public class DefaultMavenProjectBuilder
|
|||
@Requirement
|
||||
private ResolutionErrorHandler resolutionErrorHandler;
|
||||
|
||||
//DO NOT USE, it is here only for backward compatibility reasons. The existing
|
||||
// maven-assembly-plugin (2.2-beta-1) is accessing it via reflection.
|
||||
|
||||
// the aspect weaving seems not to work for reflection from plugin.
|
||||
|
||||
private Map processedProjectCache = new HashMap();
|
||||
|
||||
private static HashMap<String, MavenProject> hm = new HashMap<String, MavenProject>();
|
||||
|
||||
private MavenProject superProject;
|
||||
|
|
Loading…
Reference in New Issue