Allow management of project building request kept inside MavenProject instances
-------------------------------------------------------------------------------

                 Key: MNG-4860
                 URL: http://jira.codehaus.org/browse/MNG-4860
             Project: Maven 2 & 3
          Issue Type: Improvement
          Components: Embedding, IDEs
    Affects Versions: 3.0
            Reporter: Benjamin Bentmann


For lazy construction/loading of some bits, {{MavenProject}} instances 
currently hold a reference to the {{ProjectBuildingRequest}} from which they 
were created. This proves to be problematic for IDE integration where those 
requests
a) hold a fair amount of memory (in particular the repo system cache)
b) hold references to potentially obsolete objects like GUI-backed transfer 
listeners

As such IDE integrators have the need to either nullify or update this request.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to