You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by cs...@apache.org on 2021/10/13 20:45:08 UTC

[maven-plugin-tools] branch master updated: Update maven.yml

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

cstamas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git


The following commit(s) were added to refs/heads/master by this push:
     new cf1db12  Update maven.yml
cf1db12 is described below

commit cf1db12747cdf3e15c63e92f37b5660c9f70ad34
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Wed Oct 13 22:45:01 2021 +0200

    Update maven.yml
    
    Add IT profile as well
---
 .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 eb39c5d..e3db6db 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -46,4 +46,4 @@ jobs:
           java-version: 1.8
 
       - name: Build with Maven
-        run: mvn clean verify -e -B -V
+        run: mvn clean verify -e -B -V -P run-its