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

Commit fb5e57b

Browse files
committed
Reuse plexus-pom action for CI
1 parent f6b95b1 commit fb5e57b

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/workflows/maven.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,15 @@
1717

1818
name: GitHub CI
1919

20-
on: [ push, pull_request ]
20+
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: '11'
29-
jdk-matrix: '["11", "17"]'
30-
jdk-distribution-matrix: '["zulu", "temurin", "microsoft", "liberica"]'
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)