[MNG-3682] set project to null after recovering from ProjectBuildingException to prevent infinite loop after one level of relocation.

Submitted by: Tomasz Wysocki


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@679844 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2008-07-25 15:57:31 +00:00
parent c8b842c976
commit 4eb9671e71
1 changed files with 2 additions and 0 deletions

View File

@ -215,6 +215,8 @@ public class MavenMetadataSource
catch ( ProjectBuildingException e )
{
handleInvalidOrMissingMavenPOM( artifact, e );
project = null;
}
if ( project != null )