o inherit unitTests

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162622 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2004-03-23 02:03:20 +00:00
parent 7344c8b0c0
commit d6da340d36

View File

@ -480,6 +480,8 @@ public void endElement( String uri, String localName, String rawName )
dependencies.addAll( p.getDependencies() );
unitTests = p.getUnitTests();
resources.addAll( p.getResources() );
}
else if ( rawName.equals( "unitTest" ) )