Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.2.x (to be reviewed)
-
Fix Version/s: None
-
Component/s: Integration Tests
-
Labels:None
-
Complexity:Intermediate
-
Patch Submitted:Yes
-
Number of attachments :
Description
maven-core-it-runner has a dependency on apache-maven-$
{version}.tar.gz. But maven-distribution is packaging as maven-distribution-${version}.tar.gz. On a clean build, IT tests will fail to build due to missing artifacts. On other builds, IT tests will test older versions of the build.
already fixed