[MNG-4643] [regression] Transitive dependency not available due to dependency POM erroneously rejected as invalid

o Extended IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@949442 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2010-05-29 21:55:54 +00:00
parent e580ddd2f3
commit 46ae5b81c4
2 changed files with 4 additions and 1 deletions

View File

@ -38,7 +38,7 @@ public class MavenITmng4403LenientDependencyPomParsingTest
public MavenITmng4403LenientDependencyPomParsingTest()
{
super( ALL_MAVEN_VERSIONS );
super( "[2.0.3,3.0-alpha-1),[3.0-beta-2,)" );
}
/**

View File

@ -27,6 +27,9 @@ under the License.
<version>0.1</version>
<packaging>pom</packaging>
<!-- invalid/unexpected text content (MNG-4643) -->
foo
<distributionManagement>
<repository>
<id>maven-core-it</id>