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:43:37 UTC

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

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

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

commit 481af12343e6724f1a7429d2ab1a7967ef2d9fda
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