You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2022/04/26 00:07:08 UTC

[shardingsphere] branch master updated: Refactor : update the maven command (#17106)

This is an automated email from the ASF dual-hosted git repository.

zhaojinchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 31e71c9878a Refactor : update the maven command (#17106)
31e71c9878a is described below

commit 31e71c9878a38a41280a84239f5ae28ea466af94
Author: 孙念君 Sun Nianjun <su...@sphere-ex.com>
AuthorDate: Tue Apr 26 08:06:48 2022 +0800

    Refactor : update the maven command (#17106)
---
 .github/workflows/nightlies-rsync.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/nightlies-rsync.yml b/.github/workflows/nightlies-rsync.yml
index ada11db9162..c809c446d71 100644
--- a/.github/workflows/nightlies-rsync.yml
+++ b/.github/workflows/nightlies-rsync.yml
@@ -40,7 +40,8 @@ jobs:
           java-version: 8
 
       - name: Build Project
-        run: ./mvnw clean install -Dmaven.javadoc.skip=true -B -Drat.skip=true -Djacoco.skip=true -Dmaven.test.skip=true -T1C -Prelease
+        run: |
+          ./mvnw -B -Prelease -DskipTests clean install
 
       - name: rsync
         uses: burnett01/rsync-deployments@5.2