o adding IT for taking resources for a plugin from plugin dependencies declared in the POM

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@585622 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2007-10-17 18:27:57 +00:00
parent a3127c6995
commit 7702c48e45

View File

@ -160,6 +160,7 @@ public static Test suite() throws VerificationException
suite.addTestSuite( MavenIT0114ExtensionThatProvidesResources.class );
suite.addTestSuite( MavenIT0118AttachedArtifactsInReactor.class );
suite.addTestSuite( MavenITmng2254PomEncodingTest.class);
suite.addTestSuite( MavenIT0129ResourceProvidedToAPluginAsAPluginDependency.class );
suite.addTestSuite( MavenITmng2045testJarDependenciesBrokenInReactorTest.class);
// ----------------------------------------------------------------------------------------------------