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 187c8f906 added the license check as GitHub workflow (CONNECTORS-1754)
187c8f906 is described below
commit 187c8f906efaa891b0a8c403d6945cd9a55b4bd3
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Mon Feb 5 10:50:21 2024 +0100
added the license check as GitHub workflow (CONNECTORS-1754)
---
.github/workflows/license-check.yml | 2 +-
connectors/alfresco-webscript/pom.xml | 7 +------
pom.xml | 4 ++--
3 files changed, 4 insertions(+), 9 deletions(-)
diff --git a/.github/workflows/license-check.yml
b/.github/workflows/license-check.yml
index 3b67d4477..ffb76284c 100644
--- a/.github/workflows/license-check.yml
+++ b/.github/workflows/license-check.yml
@@ -38,7 +38,7 @@ jobs:
- name: Maven Build
run: mvn clean install -DskipTests -DskipITs
- name: RAT licence checks
- run: mvn -pl . org.apache.rat:apache-rat:check
+ run: mvn -pl . apache-rat:check
- name: RAT Report
if: always()
run: |
diff --git a/connectors/alfresco-webscript/pom.xml
b/connectors/alfresco-webscript/pom.xml
index 7a714da14..4b217841a 100644
--- a/connectors/alfresco-webscript/pom.xml
+++ b/connectors/alfresco-webscript/pom.xml
@@ -178,12 +178,7 @@
</artifactItems>
</configuration>
</execution>
- </executions>
- </plugin>
- <plugin>
- <artifactId>maven-dependency-plugin</artifactId>
- <executions>
- <execution>
+ <execution>
<id>unpack-filtered-alfresco-indexer-war</id>
<phase>generate-resources</phase>
<goals>
diff --git a/pom.xml b/pom.xml
index ff1d9b6a0..6ac62bebe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>16</version>
+ <version>31</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -105,7 +105,7 @@
</properties>
<modules>
- <module>framework</module>
+ <module>framework</module>
<module>test-materials</module>
<module>connectors</module>
<module>framework/jetty-runner</module>