File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
.github/workflows/composites
maven-build-with-dry-run-for-tests Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 4
4
using : " composite"
5
5
steps :
6
6
7
- - name : run 'package ' on the project
7
+ - name : run 'install ' on the project
8
8
shell : bash
9
9
run : |
10
10
./mvnw install -B \
11
11
-Dskip.build.image=true \
12
12
-DskipTests -DskipITs \
13
- -T 1C -q
13
+ -T 1C -U - q
14
14
15
15
- name : find all classpath entries
16
16
shell : bash
Original file line number Diff line number Diff line change 22
22
- name : cache local maven repository
23
23
uses : ./.github/workflows/composites/cache
24
24
25
+ - name : build project
26
+ shell : bash
27
+ run : |
28
+ ./mvnw clean install -Dskip.build.image=true -DskipITs -DskipTests -T1C -U -B -q
29
+
25
30
- name : build controllers project
26
31
uses : ./.github/workflows/composites/build-controllers-project
27
32
You can’t perform that action at this time.
0 commit comments