Skip to content

Commit

Permalink
[MNG-5993] Confusing error message in case of missing/empty
Browse files Browse the repository at this point in the history
 artifactId/groupId and version in pluginManagement
 Followup Fixing test case.
  • Loading branch information
khmarbaise committed Oct 11, 2016
1 parent 4ad0fb2 commit 8fe10c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ public void testInvalidGroupIdInPluginManagement()
public void testInvalidArtifactIdInPluginManagement()
throws Exception
{
SimpleProblemCollector result = validateRaw( "raw-model/missing-artifactid-pluginManagement.xml" );
SimpleProblemCollector result = validateRaw( "raw-model/missing-artifactId-pluginManagement.xml" );

assertViolations( result, 1, 0, 0 );

Expand Down

0 comments on commit 8fe10c3

Please sign in to comment.