mirror of https://github.com/apache/maven.git
o validation is now done elsewhere
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@726956 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9a13ec793c
commit
38e6b15ebc
|
@ -337,15 +337,4 @@ public final class DefaultProjectBuilder
|
|||
{
|
||||
this.logger = logger;
|
||||
}
|
||||
|
||||
private void validateModel( Model model )
|
||||
throws IOException
|
||||
{
|
||||
ModelValidationResult validationResult = validator.validate( model );
|
||||
|
||||
if ( validationResult.getMessageCount() > 0 )
|
||||
{
|
||||
throw new IOException( "Failed to validate: " + validationResult.toString() );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue