You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/12/20 16:33:43 UTC

[maven-jlink-plugin] 01/01: fixed typo

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

slachiewicz pushed a commit to branch fix2
in repository https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git

commit 3ca7c223e3664331ada71c3db3e217c3742023fc
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Dec 20 17:22:55 2020 +0100

    fixed typo
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index f7f8819..02aa4a3 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -74,5 +74,5 @@ jobs:
           java-version: ${{ matrix.java }}
 
       - name: Build with Maven
-        run: mvn verify -e -B -V -ntp -Prun-its
+        run: mvn verify -e -B -V -Prun-its