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 2022/04/09 09:13:03 UTC

[maven-javadoc-plugin] branch shared-gh-action created (now 0cc0fcd1)

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

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


      at 0cc0fcd1 use shared gh action/release-drafter

This branch includes the following new commits:

     new 0cc0fcd1 use shared gh action/release-drafter

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-javadoc-plugin] 01/01: use shared gh action/release-drafter

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

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

commit 0cc0fcd15634d77c6b5f7e10cd4fee58eec66f54
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Sat Apr 9 19:13:00 2022 +1000

    use shared gh action/release-drafter
---
 .github/workflows/maven.yml | 34 +++++++++-------------------------
 1 file changed, 9 insertions(+), 25 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index e66eb0fe..e5c93cb7 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -15,32 +15,16 @@
 # specific language governing permissions and limitations
 # under the License.
 
-name: GitHub CI
+name: Verify
 
-on: [push, pull_request]
+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
-
-      - 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 site --errors --batch-mode --show-version -P run-its
+    name: Verify
+    uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2
+    with:
+      jdk-distribution-matrix: '[ "temurin", "zulu", "microsoft", "liberica", "adopt-openj9" ]'
+      matrix-exclude: '[{ "jdk": "8", "distribution": "microsoft"}]'