Details
-
Improvement
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
maven-artifact-transfer-0.9.1
-
None
Description
Creating a way to make integration testing of the different implementation possible during the building of the shared component. Currently it is only possible to make running the tests only for Maven 3.0.X based on the definition of the dependencies in particular:
<dependency> <groupId>org.sonatype.aether</groupId> <artifactId>aether-impl</artifactId> <version>1.7</version> <scope>test</scope> </dependency>
Based on the usage of tools like Takari plugin testing we need to lift up the build requirements to JDK 8 minimum.