[MNG-4238] Custom ArtifactHandler provided by build extension isn't used for project artifact

o Integrated IT into suite run

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@795124 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-07-17 15:54:28 +00:00
parent d95172cb33
commit 04155f8559
2 changed files with 7 additions and 0 deletions

View File

@ -91,6 +91,7 @@ public class IntegrationTestSuite
// suite.addTestSuite( MavenIT0109ReleaseUpdateTest.class );
// suite.addTestSuite( MavenIT0108SnapshotUpdateTest.class ); -- MNG-3137
suite.addTestSuite( MavenITmng4238ArtifactHandlerExtensionUsageTest.class );
//suite.addTestSuite( MavenITmng4235HttpAuthDeploymentChecksumsTest.class );
suite.addTestSuite( MavenITmng4231SnapshotUpdatePolicyTest.class );
suite.addTestSuite( MavenITmng4214MirroredParentSearchReposTest.class );

View File

@ -43,6 +43,12 @@ under the License.
<dependencies>
<!-- IT plugins/artifacts in alphabetical order -->
<dependency>
<groupId>org.apache.maven.its</groupId>
<artifactId>core-it-extension</artifactId>
<version>${itPluginVersion}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.its</groupId>
<artifactId>core-it-wagon</artifactId>