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 c42a63820 Fix for the GitHub workflows (CONNECTORS-1754)
c42a63820 is described below

commit c42a638208e892f7834f9e32b377604cbd28af63
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Wed Jun 19 22:42:33 2024 +0200

    Fix for the GitHub workflows (CONNECTORS-1754)
---
 .github/workflows/publish-maven-release.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/publish-maven-release.yml 
b/.github/workflows/publish-maven-release.yml
index d82865266..d759addb7 100644
--- a/.github/workflows/publish-maven-release.yml
+++ b/.github/workflows/publish-maven-release.yml
@@ -63,7 +63,7 @@ on:
 jobs:
   deployReleaseMavenArtifacts:
     if: github.repository == 'apache/manifoldcf'
-    name: "Deploy Apache ManifoldCF Snapshot"
+    name: "Deploy Apache ManifoldCF release artifacts"
     runs-on: ubuntu-22.04
     steps:
       - name: Checkout
@@ -101,5 +101,5 @@ jobs:
         env:
           NEXUS_USER: ${{ secrets.NEXUS_USER }}
           NEXUS_PW: ${{ secrets.NEXUS_PW }}
-        run: mvn deploy -B -DskipTests -DskipITs -Dmaven.javadoc.skip=true
+        run: mvn deploy -B -e -DskipTests -DskipITs
         

Reply via email to