This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch mvn-3.9.7 in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git
commit 9acc73b2da5142e2698593a250b1fd9bcea48e97 Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Sat Jun 1 09:09:25 2024 +0200 Bump Maven to 3.9.7 on GH build --- .github/workflows/maven-verify.yml | 2 +- .../maven-it-plugin-class-loader/pom.xml | 7 +++++++ pom.xml | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index ca260f71a..299cc545f 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -49,7 +49,7 @@ jobs: cache: 'maven' - name: Set up Maven - run: mvn --errors --batch-mode --show-version wrapper:wrapper "-Dtype=only-script" "-Dmaven=3.9.6" + run: mvn --errors --batch-mode --show-version wrapper:wrapper "-Dtype=only-script" "-Dmaven=3.9.7" - name: Running integration tests run: "./mvnw -B clean install -Prun-its,embedded -Dmaven.repo.local=`pwd`/repo" diff --git a/core-it-support/core-it-plugins/maven-it-plugin-class-loader/maven-it-plugin-class-loader/pom.xml b/core-it-support/core-it-plugins/maven-it-plugin-class-loader/maven-it-plugin-class-loader/pom.xml index 9d5888c7c..78d3597d8 100644 --- a/core-it-support/core-it-plugins/maven-it-plugin-class-loader/maven-it-plugin-class-loader/pom.xml +++ b/core-it-support/core-it-plugins/maven-it-plugin-class-loader/maven-it-plugin-class-loader/pom.xml @@ -80,6 +80,13 @@ under the License. <build> <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-plugin-plugin</artifactId> + <configuration> + <goalPrefix>class-loader</goalPrefix> + </configuration> + </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> diff --git a/pom.xml b/pom.xml index 4baa93483..86815f01f 100644 --- a/pom.xml +++ b/pom.xml @@ -71,8 +71,8 @@ under the License. <maven.site.path>core-its</maven.site.path> <maven.site.cache>${user.home}/maven-sites</maven.site.cache> <rat.ignoreErrors>true</rat.ignoreErrors> - <maven.compiler.source>1.8</maven.compiler.source> - <maven.compiler.target>1.8</maven.compiler.target> + <maven.compiler.source>8</maven.compiler.source> + <maven.compiler.target>8</maven.compiler.target> <maven-version>3.8.6</maven-version> <maven-plugin-tools-version>3.6.4</maven-plugin-tools-version>