Skip to content

Commit dc1066a

Browse files
authored
Reuse plexus-pom action for CI
1 parent 4e7ca8c commit dc1066a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/maven.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@
1616
# under the License.
1717

1818
name: GitHub CI
19-
on:
20-
push:
21-
pull_request:
2219

23-
jobs:
20+
on: [push, pull_request]
2421

22+
jobs:
2523
build:
2624
name: Build it
2725
uses: codehaus-plexus/.github/.github/workflows/maven.yml@master
2826
with:
29-
jdk-fast-fail-build: '21'
30-
jdk-matrix: '["11", "17", "21"]'
3127
jdk-distribution-matrix: '["zulu", "temurin", "microsoft", "liberica", "corretto"]'
32-
os-matrix: '["ubuntu-latest","windows-latest", "macOS-latest"]'
3328
maven_args: 'verify javadoc:javadoc -e -B -V -fae -Pno-tests-if-not-on-osx'
3429

30+
deploy:
31+
name: Deploy
32+
needs: build
33+
uses: codehaus-plexus/.github/.github/workflows/maven-deploy.yml@master
34+
secrets: inherit

0 commit comments

Comments
 (0)