[ http://jira.codehaus.org/browse/MNG-1084?page=comments#action_75563 ] Jason van Zyl commented on MNG-1084: ------------------------------------
There is some MavenProject and Model caching in the project builder that causes the embedder not to work properly inside IDEs. Milos is finding that over a period of time that the embedder used for project loading become corrupt. In the Netbeans integration and instance of the embedder is used for project loading and one is used for project execution. I think this is a result of the caching of models in projects which I attempted to cleanup but we had to put back the original code because it caused to many problems. This will be fixed by refactoring the Maven project builder. > Review thread safety in maven to make the embedder safe to use > -------------------------------------------------------------- > > Key: MNG-1084 > URL: http://jira.codehaus.org/browse/MNG-1084 > Project: Maven 2 > Issue Type: Task > Components: Embedding > Reporter: Jason van Zyl > Assigned To: Jason van Zyl > Fix For: 2.1 > > > I've found several things so far so a general review needs to be done. -- 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
