mirror of
https://github.com/apache/maven.git
synced 2025-02-21 17:40:48 +00:00
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:
parent
a3127c6995
commit
7702c48e45
@ -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);
|
||||
|
||||
// ----------------------------------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user