[MNG-4629] [regression] POM validation fails upon non-existing system-scope dependency

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@931860 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2010-04-08 10:41:38 +00:00
parent fba6edc9ae
commit a3bcfe7d11
1 changed files with 1 additions and 1 deletions

View File

@ -397,7 +397,7 @@ public class DefaultModelValidator
{ {
msg += ". Please verify that you run Maven using a JDK and not just a JRE."; msg += ". Please verify that you run Maven using a JDK and not just a JRE.";
} }
addViolation( problems, Severity.ERROR, prefix + "systemPath", d.getManagementKey(), msg ); addViolation( problems, Severity.WARNING, prefix + "systemPath", d.getManagementKey(), msg );
} }
} }
} }