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 527076af6 Fix for deploying artifacts to the Apache Nexus
527076af6 is described below
commit 527076af6b15f1e1aab6d8df8da3ab1db7c9ff99
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Mon Jun 17 10:23:40 2024 +0200
Fix for deploying artifacts to the Apache Nexus
---
.github/workflows/license-check.yml | 6 +++---
.github/workflows/publish-snapshot.yml | 3 ++-
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/license-check.yml
b/.github/workflows/license-check.yml
index ffb76284c..609e474da 100644
--- a/.github/workflows/license-check.yml
+++ b/.github/workflows/license-check.yml
@@ -25,9 +25,9 @@ jobs:
licenseCheck:
runs-on: ubuntu-22.04
steps:
- - uses: actions/[email protected]
+ - uses: actions/[email protected]
- name: Set up OpenJDK 11 Temurin x64
- uses: actions/[email protected]
+ uses: actions/[email protected]
with:
java-version: '11'
distribution: 'temurin'
@@ -36,7 +36,7 @@ jobs:
- name: Ant Build
run: ant make-core-deps make-deps
- name: Maven Build
- run: mvn clean install -DskipTests -DskipITs
+ run: mvn clean install -DskipTests -DskipITs -B
- name: RAT licence checks
run: mvn -pl . apache-rat:check
- name: RAT Report
diff --git a/.github/workflows/publish-snapshot.yml
b/.github/workflows/publish-snapshot.yml
index 124a3a288..9b6890ec5 100644
--- a/.github/workflows/publish-snapshot.yml
+++ b/.github/workflows/publish-snapshot.yml
@@ -17,7 +17,8 @@
# under the License.
#
-name: "Publish Apache ManifoldCF Snapshot to Maven Snapshot Repository"
+name: "Publish artifacts to Maven Snapshot Repo"
+run-name: ${{ github.actor }} is publishing snapshot artifacts
on:
workflow_dispatch: