[ 
https://issues.apache.org/jira/browse/MSHARED-656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karl Heinz Marbaise updated MSHARED-656:
----------------------------------------
    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:
{code:xml}
    <dependency>
      <groupId>org.sonatype.aether</groupId>
      <artifactId>aether-impl</artifactId>
      <version>1.7</version>
      <scope>test</scope>
    </dependency>
{code}


Based on the usage of tools like Takari plugin testing we need to lift up the 
build requirements to JDK 8 minimum. 
The minimum runtime is Java 7.

  was:
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}


Based on the usage of tools like Takari plugin testing we need to lift up the 
build requirements to JDK 8 minimum. 


> 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}
> Based on the usage of tools like Takari plugin testing we need to lift up the 
> build requirements to JDK 8 minimum. 
> The minimum runtime is Java 7.



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

Reply via email to