This is an automated email from the ASF dual-hosted git repository.
piergiorgio pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/manifoldcf.git
The following commit(s) were added to refs/heads/trunk by this push:
new 3fbcae084 Update publish-maven-snapshot.yml (CONNECTORS-1754)
3fbcae084 is described below
commit 3fbcae084171c2789f11c227a0c02837b5596301
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Tue Jun 18 11:10:57 2024 +0200
Update publish-maven-snapshot.yml (CONNECTORS-1754)
---
.github/workflows/publish-maven-snapshot.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/workflows/publish-maven-snapshot.yml
b/.github/workflows/publish-maven-snapshot.yml
index 6fcf269f2..d147ad54c 100644
--- a/.github/workflows/publish-maven-snapshot.yml
+++ b/.github/workflows/publish-maven-snapshot.yml
@@ -34,6 +34,7 @@ jobs:
steps:
- name: Checkout
uses: actions/[email protected]
+
- name: Set up Java
uses: actions/[email protected]
with:
@@ -44,10 +45,13 @@ jobs:
server-id: apache.snapshots.https
server-username: NEXUS_USER
server-password: NEXUS_PW
+
- name: Ant Build
run: ant make-core-deps make-deps image
+
- name: Maven Build
run: mvn clean install -B -DskipTests -DskipITs
+
- name: Deploy
run: mvn deploy -B -DskipTests -DskipITs -Dmaven.javadoc.skip=true
env: