FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
openapi-generator/.github/workflows/samples-jaxrs.yaml at master · fetis/openapi-generator · GitHub
fetis
/
openapi-generator
Public
forked from
OpenAPITools/openapi-generator
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
openapi-generator
/
.github
/
workflows
/
samples-jaxrs.yaml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
56 lines (55 loc) · 2.06 KB
Breadcrumbs
openapi-generator
/
.github
/
workflows
/
samples-jaxrs.yaml
Copy path
File metadata and controls
56 lines (55 loc) · 2.06 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
name
:
Samples JAX-RS
on
:
push
:
paths
:
-
'
samples/server/petstore/jaxrs*/**
'
pull_request
:
paths
:
-
'
samples/server/petstore/jaxrs*/**
'
jobs
:
build
:
name
:
Build JAX-RS
runs-on
:
ubuntu-latest
strategy
:
fail-fast
:
false
matrix
:
sample
:
#
servers
-
samples/server/petstore/jaxrs/jersey2
-
samples/server/petstore/jaxrs/jersey2-useTags
-
samples/server/petstore/jaxrs-jersey
-
samples/server/petstore/jaxrs-spec
-
samples/server/petstore/jaxrs-spec-withxml
-
samples/server/petstore/jaxrs-spec-interface
-
samples/server/petstore/jaxrs-spec-interface-response
-
samples/server/petstore/jaxrs-datelib-j8
-
samples/server/petstore/jaxrs-resteasy/default
-
samples/server/petstore/jaxrs-resteasy/eap
-
samples/server/petstore/jaxrs-resteasy/eap-joda
-
samples/server/petstore/jaxrs-resteasy/eap-java8
-
samples/server/petstore/jaxrs-resteasy/joda
-
samples/server/petstore/jaxrs-cxf
-
samples/server/petstore/jaxrs-cxf-annotated-base-path
-
samples/server/petstore/jaxrs-cxf-cdi
-
samples/server/petstore/jaxrs-cxf-non-spring-app
-
samples/server/petstore/jaxrs-spec-microprofile-openapi-annotations
-
samples/server/petstore/jaxrs-spec-swagger-annotations
-
samples/server/petstore/jaxrs-spec-swagger-v3-annotations-jakarta
-
samples/server/petstore/jaxrs-spec-swagger-v3-annotations
steps
:
-
uses
:
actions/checkout@v5
-
uses
:
actions/setup-java@v5
with
:
distribution
:
'
temurin
'
java-version
:
11
-
name
:
Cache maven dependencies
uses
:
actions/cache@v4
env
:
cache-name
:
maven-repository
with
:
path
:
|
~/.m2
key
:
${{ runner.os }}-${{ github.job }}-${{ env.cache-name }}-${{ hashFiles('**/pom.xml') }}
-
name
:
Build
working-directory
:
${{ matrix.sample }}
run
:
mvn clean package --no-transfer-progress
Back
|
FazBrowse Home
|
New Git URL