diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 51cc25f06..7dca04e32 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -40,6 +40,10 @@ jobs: distribution: 'temurin' java-version: ${{ matrix.java }} cache: 'maven' + - name: Free disk space ubuntu + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false - name: Checkout ci.common uses: actions/checkout@v3 with: diff --git a/liberty-maven-plugin/pom.xml b/liberty-maven-plugin/pom.xml index 2e0067bca..b539018ac 100644 --- a/liberty-maven-plugin/pom.xml +++ b/liberty-maven-plugin/pom.xml @@ -141,7 +141,7 @@ offline-its - true + true @@ -180,7 +180,7 @@ online-its - true + true -Dfile.encoding=UTF-8