Skip to content
This repository was archived by the owner on Dec 4, 2024. It is now read-only.

Commit 13fd31a

Browse files
committed
Reuse plexus-pom action for CI
1 parent 0deabcb commit 13fd31a

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/maven.yml

+6-7
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,12 @@ name: GitHub CI
2020
on: [push, pull_request]
2121

2222
jobs:
23-
2423
build:
2524
name: Build it
2625
uses: codehaus-plexus/.github/.github/workflows/maven.yml@master
27-
with:
28-
jdk-fast-fail-build: '20'
29-
jdk-matrix: '["8", "11", "17", "20"]'
30-
jdk-distribution-matrix: '["temurin"]'
31-
os-matrix: '["ubuntu-latest","windows-latest", "macOS-latest"]'
32-
maven_args: 'verify javadoc:javadoc -e -B -V -fae '
26+
27+
deploy:
28+
name: Deploy
29+
needs: build
30+
uses: codehaus-plexus/.github/.github/workflows/maven-deploy.yml@master
31+
secrets: inherit

0 commit comments

Comments
 (0)