You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2018/01/28 20:37:02 UTC

[jira] [Commented] (MSHARED-656) Make integration testing for different Maven versions possible

    [ https://issues.apache.org/jira/browse/MSHARED-656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16342728#comment-16342728 ] 

Hudson commented on MSHARED-656:
--------------------------------

Build succeeded in Jenkins: Maven TLP » maven-artifact-transfer » MSHARED-656 #10

See https://builds.apache.org/job/maven-box/job/maven-artifact-transfer/job/MSHARED-656/10/

> Make integration testing for different Maven versions possible
> --------------------------------------------------------------
>
>                 Key: MSHARED-656
>                 URL: https://issues.apache.org/jira/browse/MSHARED-656
>             Project: Maven Shared Components
>          Issue Type: Improvement
>          Components: maven-artifact-transfer
>    Affects Versions: maven-artifact-transfer-0.9.1
>            Reporter: Karl Heinz Marbaise
>            Assignee: Karl Heinz Marbaise
>            Priority: Critical
>             Fix For: maven-artifact-transfer-1.0.0
>
>
> 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:
> {code:xml}
>     <dependency>
>       <groupId>org.sonatype.aether</groupId>
>       <artifactId>aether-impl</artifactId>
>       <version>1.7</version>
>       <scope>test</scope>
>     </dependency>
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)