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:42 UTC

[maven-jlink-plugin] branch fix2 created (now 3ca7c22)

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

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


      at 3ca7c22  fixed typo

This branch includes the following new commits:

     new 3ca7c22  fixed typo

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by sl...@apache.org.
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