File tree Expand file tree Collapse file tree 2 files changed +0
-25
lines changed Expand file tree Collapse file tree 2 files changed +0
-25
lines changed Original file line number Diff line number Diff line change 13
13
java : [ '8' ]
14
14
steps :
15
15
- uses : actions/checkout@v3
16
- - name : Setup Java JDK
17
- uses : actions/setup-java@v3
18
- with :
19
- distribution : ' temurin'
20
- check-latest : true
21
- java-version : ${{ matrix.java }}
22
-
23
- - name : Extract branch name
24
- shell : bash
25
- run : echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/tags/})"
26
- id : extract_branch
27
-
28
- - name : Output branch name
29
- run : echo ${{ steps.extract_branch.outputs.branch }}
30
-
31
- - name : Build Java Project
32
- run : mvn install -P'release' -Dchangelist= -DskipTests=true -B -V --file pom.xml
33
-
34
- - name : Unit Tests
35
- run : mvn test
36
-
37
- - name : Integration Tests
38
- run : mvn verify
39
-
40
16
- name : Set up for Sonatype
41
17
uses : actions/setup-java@v3
42
18
with : # running setup-java again overwrites the settings.xml
Original file line number Diff line number Diff line change 413
413
<!-- suppress MavenModelInspection -->
414
414
<skip >${skip.deploy} </skip >
415
415
<deployAtEnd >true</deployAtEnd >
416
- <!-- <updateReleaseInfo>true</updateReleaseInfo>-->
417
416
</configuration >
418
417
</plugin >
419
418
<!-- Source Plugin -->
You can’t perform that action at this time.
0 commit comments