ActiveProjectArtifact.getFile(..) and .setFile(..) result in StackOverflowException, since they are effectively recursive -------------------------------------------------------------------------------------------------------------------------
Key: MNG-2303 URL: http://jira.codehaus.org/browse/MNG-2303 Project: Maven 2 Type: Bug Components: General Versions: 2.0.4 Reporter: John Casey Priority: Blocker When in a reactor situation, calling ActiveProjectArtifact.getFile(..) or ActiveProjectArtifact.setFile(..) will usually result in recursive calls and a StackOverlowError, since it tries to set/get the file of the project's artifact, which is usually a reference to itself. -- 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