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:12:22 UTC

[commons-crypto] branch sebb-mac-test updated: Windows does not like -Dx.skip

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 ff254b0  Windows does not like -Dx.skip
ff254b0 is described below

commit ff254b01f2d85583171531683999e3fbbb323ce0
Author: sebbASF <se...@users.noreply.github.com>
AuthorDate: Tue Jun 28 00:12:17 2022 +0100

    Windows does not like -Dx.skip
---
 .github/workflows/maven.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 0573806..4229f18 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -20,7 +20,7 @@ on:
   workflow_dispatch:
   push:
     paths:
-      - '**/workflows/maven.yaml'
+      - '**/workflows/maven.yml'
 
 jobs:
   build:
@@ -60,6 +60,6 @@ jobs:
         OPENSSL_HOME: "C:\\Miniconda\\Library"
       run: |
         # mvn -V --file pom.xml --no-transfer-progress -DtrimStackTrace=false
-        mvn test -DskipTests -Drat.skip -Danimal.sniffer.skip
+        mvn test -DskipTests=1 -Drat.skip=1 -Danimal.sniffer.skip=1
         mvn -q exec:java -Dexec.mainClass=org.apache.commons.crypto.Crypto
         mvn -q exec:java -Dexec.mainClass=org.apache.commons.crypto.jna.OpenSslJna