Uploaded image for project: 'Maven Shared Components'
  1. Maven Shared Components
  2. MSHARED-656

Make integration testing for different Maven versions possible

    XMLWordPrintableJSON

Details

    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.

      Attachments

        Activity

          People

            khmarbaise Karl Heinz Marbaise
            khmarbaise Karl Heinz Marbaise
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: