You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2021/10/15 01:38:30 UTC

[maven-jar-plugin] branch test-gh-action-shared created (now 63f534a)

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

olamy pushed a change to branch test-gh-action-shared
in repository https://gitbox.apache.org/repos/asf/maven-jar-plugin.git.


      at 63f534a  test shared action

This branch includes the following new commits:

     new 63f534a  test shared action

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-jar-plugin] 01/01: test shared action

Posted by ol...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch test-gh-action-shared
in repository https://gitbox.apache.org/repos/asf/maven-jar-plugin.git

commit 63f534ae99c26dabd3042e20b21af65837c94c36
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Fri Oct 15 11:38:17 2021 +1000

    test shared action
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 .github/workflows/maven.yml | 25 ++-----------------------
 1 file changed, 2 insertions(+), 23 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 8994aa7..04dabf2 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -21,26 +21,5 @@ on: [push, pull_request]
 
 jobs:
   build:
-
-    strategy:
-      matrix:
-        os: [ubuntu-latest, windows-latest, macOS-latest]
-        java: [8, 11, 17]
-        jdk: [temurin, zulu]
-      fail-fast: false
-
-    runs-on: ${{ matrix.os }}
-
-    steps:
-      - name: Checkout
-        uses: actions/checkout@v2.3.4
-
-      - name: Set up JDK
-        uses: actions/setup-java@v2
-        with:
-          distribution: ${{ matrix.jdk }}
-          java-version: ${{ matrix.java }}
-          cache: 'maven'
-
-      - name: Build with Maven
-        run: mvn verify --errors --batch-mode --show-version -P run-its
+    name: Verify
+    uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify-with-its.yml@main