mirror of https://github.com/apache/maven.git
[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:
parent
c8b842c976
commit
4eb9671e71
|
@ -215,6 +215,8 @@ public class MavenMetadataSource
|
|||
catch ( ProjectBuildingException e )
|
||||
{
|
||||
handleInvalidOrMissingMavenPOM( artifact, e );
|
||||
|
||||
project = null;
|
||||
}
|
||||
|
||||
if ( project != null )
|
||||
|
|
Loading…
Reference in New Issue