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 44 using : " composite"
55 steps :
66
7- - name : run 'package ' on the project
7+ - name : run 'install ' on the project
88 shell : bash
99 run : |
1010 ./mvnw install -B \
1111 -Dskip.build.image=true \
1212 -DskipTests -DskipITs \
13- -T 1C -q
13+ -T 1C -U - q
1414
1515 - name : find all classpath entries
1616 shell : bash
Original file line number Diff line number Diff line change 2222 - name : cache local maven repository
2323 uses : ./.github/workflows/composites/cache
2424
25+ - name : build project
26+ shell : bash
27+ run : |
28+ ./mvnw clean install -Dskip.build.image=true -DskipITs -DskipTests -T1C -U -B -q
29+
2530 - name : build controllers project
2631 uses : ./.github/workflows/composites/build-controllers-project
2732
You can’t perform that action at this time.
0 commit comments