This is an automated email from the ASF dual-hosted git repository.
piergiorgio pushed a commit to branch CONNECTORS-1754
in repository https://gitbox.apache.org/repos/asf/manifoldcf.git
The following commit(s) were added to refs/heads/CONNECTORS-1754 by this push:
new 73f793ecc added the license check as GitHub workflow (CONNECTORS-1754)
73f793ecc is described below
commit 73f793eccd9048b4098abeb1c732756a50408dcc
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Fri Feb 2 10:24:56 2024 +0100
added the license check as GitHub workflow (CONNECTORS-1754)
---
.github/workflows/license-check.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/license-check.yml
b/.github/workflows/license-check.yml
index 9afbfe6d8..45dc950d9 100644
--- a/.github/workflows/license-check.yml
+++ b/.github/workflows/license-check.yml
@@ -36,7 +36,7 @@ jobs:
- name: Ant Build
run: ant make-core-deps make-deps
- name: Maven Build
- run: mvn clean install -Dmaven.test.skip=true
+ run: mvn clean install -DskipITs
- name: RAT licence checks
run: mvn -pl . org.apache.rat:apache-rat:check
- name: RAT Report