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:
Benjamin Bentmann 2010-06-23 13:04:08 +00:00
parent f1aa5485a4
commit d782b61e83
1 changed files with 1 additions and 1 deletions

View File

@ -524,7 +524,7 @@ private void validateRepository( ModelProblemCollector problems, Repository repo
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 );
}
}
}