mirror of https://github.com/apache/maven.git
o Excluded POM artifact from dependency artifacts
git-svn-id: https://svn.apache.org/repos/asf/maven/components/branches/MNG-2766@773221 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2e111caad4
commit
12714fa650
|
@ -110,7 +110,7 @@ public class ProjectInheritanceTest
|
|||
Map map = project2.getArtifactMap();
|
||||
assertNotNull( "No artifacts", map );
|
||||
assertTrue( "No Artifacts", map.size() > 0 );
|
||||
assertTrue( "Set size should be 5, is " + map.size(), map.size() == 5 );
|
||||
assertTrue( "Set size should be 4, is " + map.size(), map.size() == 4 );
|
||||
|
||||
assertTrue( "maven-test:t09-a is not in the project", map.containsKey( "maven-test:t09-a" ) );
|
||||
assertTrue( "maven-test:t09-b is not in the project", map.containsKey( "maven-test:t09-b" ) );
|
||||
|
|
Loading…
Reference in New Issue