This is an automated email from the ASF dual-hosted git repository.
mibo pushed a commit to branch OLINGO-1603-Release-4.10.0
in repository https://gitbox.apache.org/repos/asf/olingo-odata4.git
The following commit(s) were added to refs/heads/OLINGO-1603-Release-4.10.0 by
this push:
new 2cc1b1746 [OLINGO-1603] Minor change in build action
2cc1b1746 is described below
commit 2cc1b1746f7c4d6cea3be1ae8a924ee27c24aaa0
Author: mibo <[email protected]>
AuthorDate: Sat Sep 23 19:04:18 2023 +0200
[OLINGO-1603] Minor change in build action
---
.github/workflows/maven.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 577499cf6..91be57900 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -23,4 +23,4 @@ jobs:
distribution: 'corretto'
cache: maven
- name: Build with Maven
- run: mvn -B install --file pom.xml --fail-at-end
+ run: mvn -B clean install --file pom.xml --fail-at-end