Skip to content

[maven-release-plugin] prepare for next development iteration #1255

[maven-release-plugin] prepare for next development iteration

[maven-release-plugin] prepare for next development iteration #1255

name: Java Integration Tests Maven 3.6.3
on: [push, pull_request]
permissions: read-all
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.sha }}
cancel-in-progress: true
jobs:
test:
runs-on: windows-latest
timeout-minutes: 30
name: Integration Tests Maven 3.6.3
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- name: Setup Javas
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5
with:
cache: maven
distribution: zulu
java-version: 21
- name: Load Maven 3.6.3
run: mvn -B -V org.apache.maven.plugins:maven-wrapper-plugin:3.3.2:wrapper -Dmaven="3.6.3" --no-transfer-progress
- name: Integration Test with Maven
run: ./mvnw -B -V -DtestSrc=remote -Prun-its verify -D"invoker.parallelThreads=8" -D"license.skip=true" -D"maven.min-version=3.6.3" --no-transfer-progress