You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2022/06/27 23:16:52 UTC

[commons-crypto] branch sebb-mac-test updated: Close the window

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

sebb pushed a commit to branch sebb-mac-test
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git


The following commit(s) were added to refs/heads/sebb-mac-test by this push:
     new 9351304  Close the window
9351304 is described below

commit 93513047ab116e24ee1f8b2f604694d8f427c6b3
Author: sebbASF <se...@users.noreply.github.com>
AuthorDate: Tue Jun 28 00:16:49 2022 +0100

    Close the window
---
 .github/workflows/maven.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 4229f18..33bd07b 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -59,7 +59,6 @@ jobs:
       env:
         OPENSSL_HOME: "C:\\Miniconda\\Library"
       run: |
-        # mvn -V --file pom.xml --no-transfer-progress -DtrimStackTrace=false
-        mvn test -DskipTests=1 -Drat.skip=1 -Danimal.sniffer.skip=1
+        mvn --no-transfer-progress process-classes
         mvn -q exec:java -Dexec.mainClass=org.apache.commons.crypto.Crypto
         mvn -q exec:java -Dexec.mainClass=org.apache.commons.crypto.jna.OpenSslJna