mirror of https://github.com/apache/maven.git
o Improved validation message
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@957180 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f1aa5485a4
commit
d782b61e83
|
@ -524,7 +524,7 @@ public class DefaultModelValidator
|
|||
if ( "legacy".equals( repository.getLayout() ) )
|
||||
{
|
||||
addViolation( problems, Severity.WARNING, prefix + ".layout", repository.getId(),
|
||||
"uses the deprecated value 'legacy'.", repository );
|
||||
"uses the unsupported value 'legacy', artifact resolution might fail.", repository );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue