Skip to content

Commit

Permalink
[MNG-4472] [regression] Circular self-referential POM causes network …
Browse files Browse the repository at this point in the history
…access

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@885105 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
bentmann committed Nov 28, 2009
1 parent d6e0a1b commit f918716
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public void validateRawModel( Model model, ModelBuildingRequest request, ModelPr
if ( equals( parent.getGroupId(), model.getGroupId() )
&& equals( parent.getArtifactId(), model.getArtifactId() ) )
{
addViolation( problems, Severity.ERROR, "The parent element cannot have the same ID as the project." );
addViolation( problems, Severity.FATAL, "The parent element cannot have the same ID as the project." );
}
}

Expand Down

0 comments on commit f918716

Please sign in to comment.