mirror of https://github.com/apache/maven.git
Bump Maven to 3.9.7 on GH build
This commit is contained in:
parent
ff1d119179
commit
6de0ea10df
|
@ -49,7 +49,7 @@ jobs:
|
||||||
cache: 'maven'
|
cache: 'maven'
|
||||||
|
|
||||||
- name: Set up 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
|
- name: Running integration tests
|
||||||
run: "./mvnw -B clean install -Prun-its,embedded -Dmaven.repo.local=`pwd`/repo"
|
run: "./mvnw -B clean install -Prun-its,embedded -Dmaven.repo.local=`pwd`/repo"
|
||||||
|
|
|
@ -80,6 +80,13 @@ under the License.
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-plugin-plugin</artifactId>
|
||||||
|
<configuration>
|
||||||
|
<goalPrefix>class-loader</goalPrefix>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
|
|
|
@ -71,8 +71,8 @@ under the License.
|
||||||
<maven.site.path>core-its</maven.site.path>
|
<maven.site.path>core-its</maven.site.path>
|
||||||
<maven.site.cache>${user.home}/maven-sites</maven.site.cache>
|
<maven.site.cache>${user.home}/maven-sites</maven.site.cache>
|
||||||
<rat.ignoreErrors>true</rat.ignoreErrors>
|
<rat.ignoreErrors>true</rat.ignoreErrors>
|
||||||
<maven.compiler.source>1.8</maven.compiler.source>
|
<maven.compiler.source>8</maven.compiler.source>
|
||||||
<maven.compiler.target>1.8</maven.compiler.target>
|
<maven.compiler.target>8</maven.compiler.target>
|
||||||
|
|
||||||
<maven-version>3.8.6</maven-version>
|
<maven-version>3.8.6</maven-version>
|
||||||
<maven-plugin-tools-version>3.6.4</maven-plugin-tools-version>
|
<maven-plugin-tools-version>3.6.4</maven-plugin-tools-version>
|
||||||
|
|
Loading…
Reference in New Issue