mirror of https://github.com/apache/maven.git
[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:
parent
fba6edc9ae
commit
a3bcfe7d11
|
@ -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 );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue