Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dd8e982

Browse filesBrowse files
authored
use github shared actions (#171)
* use shared actions Signed-off-by: Olivier Lamy <olamy@apache.org> * fix reference Signed-off-by: Olivier Lamy <olamy@apache.org>
1 parent 138d57e commit dd8e982
Copy full SHA for dd8e982

File tree

Expand file treeCollapse file tree

1 file changed

+2
-23
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-23
lines changed
Open diff view settings
Collapse file

‎.github/workflows/maven.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/maven.yml
+2-23Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -21,26 +21,5 @@ on: [push, pull_request]
2121

2222
jobs:
2323
build:
24-
25-
strategy:
26-
matrix:
27-
os: [ubuntu-latest, windows-latest, macOS-latest]
28-
java: [8, 11, 16, 17-ea]
29-
jdk: [temurin, zulu, adopt-openj9]
30-
fail-fast: false
31-
32-
runs-on: ${{ matrix.os }}
33-
34-
steps:
35-
- name: Checkout
36-
uses: actions/checkout@v2.3.4
37-
38-
- name: Set up JDK
39-
uses: actions/setup-java@v2.3.1
40-
with:
41-
cache: 'maven'
42-
distribution: ${{ matrix.jdk }}
43-
java-version: ${{ matrix.java }}
44-
45-
- name: Build with Maven
46-
run: mvn verify javadoc:javadoc -e -B -V
24+
name: Build it
25+
uses: codehaus-plexus/.github/.github/workflows/maven.yml@v0.0.1

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.