maven/maven-core-it/it0059
John Dennis Casey da3aa1090f Resolving: MNG-666
If a v3 POM is encountered (or any POM where modelVersion is != '4.0.0'), an InvalidModelException is thrown.
This exception extends ProjectBuildingException, to enable piggybacking on the same catch() clause.
When the MavenMetadataSource catches InvalidModelException, it returns a ResolutionGroup with the pomArtifact and empty collections for the pom dependency artifacts and the repository list with which to resolve the empty artifacts set.

Also, added it0059 to test builds where a dependency POM is a v3 pom (missing <modelVersion/>).


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@239981 13f79535-47bb-0310-9956-ffa450edef68
2005-08-25 03:08:10 +00:00
..
src Resolving: MNG-666 2005-08-25 03:08:10 +00:00
test-repo/test/test/3.8.1 Resolving: MNG-666 2005-08-25 03:08:10 +00:00
expected-results.txt Resolving: MNG-666 2005-08-25 03:08:10 +00:00
goals.txt Resolving: MNG-666 2005-08-25 03:08:10 +00:00
pom.xml Resolving: MNG-666 2005-08-25 03:08:10 +00:00
verifier.properties Resolving: MNG-666 2005-08-25 03:08:10 +00:00