This is an automated email from the ASF dual-hosted git repository.
rec pushed a commit to branch release/3.5.x
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git
The following commit(s) were added to refs/heads/release/3.5.x by this push:
new dd16b6bc No issue: Enable Maven debug logging on GitHub Action and
remove cache which should already be handled by setup-java action
dd16b6bc is described below
commit dd16b6bcaedc08e56d2dbd2617d61fc2d6d3e96f
Author: Richard Eckart de Castilho <[email protected]>
AuthorDate: Fri Nov 29 11:39:15 2024 +0100
No issue: Enable Maven debug logging on GitHub Action and remove cache
which should already be handled by setup-java action
---
.github/workflows/maven.yml | 14 +-------------
1 file changed, 1 insertion(+), 13 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index f477aa10..5e95ea77 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -37,17 +37,5 @@ jobs:
distribution: 'temurin'
cache: maven
- - name: Set up cache date
- run: echo "CACHE_DATE=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
-
- - name: Cache Maven repository
- id: maven-cache
- uses: actions/cache@v4
- with:
- path: ~/.m2/repository
- key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}-${{
env.CACHE_DATE }}
- restore-keys: |
- ${{ runner.os }}-maven-
-
- name: Build with Maven
- run: mvn --no-transfer-progress -B clean verify --file pom.xml
+ run: mvn -X --no-transfer-progress -B clean verify --file pom.xml