mirror of https://github.com/apache/maven.git
[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:
parent
d95172cb33
commit
04155f8559
|
@ -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 );
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue