mirror of
https://github.com/apache/maven.git
synced 2025-02-22 10:00:09 +00:00
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:
parent
7344c8b0c0
commit
d6da340d36
@ -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" ) )
|
||||
|
Loading…
x
Reference in New Issue
Block a user