gnodet commented on a change in pull request #268:  [MNG-6702] Improve 
DefaultModelValidator speed
URL: https://github.com/apache/maven/pull/268#discussion_r300883095
 
 

 ##########
 File path: 
maven-model-builder/src/main/java/org/apache/maven/model/validation/DefaultModelValidator.java
 ##########
 @@ -142,32 +142,32 @@ public void validateRawModel( Model m, 
ModelBuildingRequest request, ModelProble
                 validateStringNotEmpty( "version", problems, Severity.FATAL, 
Version.V20, m.getVersion(), m );
             }
 
-            validate20RawDependencies( problems, m.getDependencies(), 
"dependencies.dependency", request );
+            validate20RawDependencies( problems, m.getDependencies(), 
"dependencies.dependency", "", request );
 
 Review comment:
   Sure, I'll push a commit to do that.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to