Commit 43dc447
committed
fix(ci): build CodeQL analysis through package phase
iban-commons-junit depends on the iban-commons test-jar classifier,
which the maven-jar-plugin only attaches during the package phase.
The CodeQL build stopped at compile with tests skipped entirely, so
the test-jar was never produced and the reactor build failed with a
dependency resolution error. Build through package with -DskipTests
instead, which still compiles the test sources.1 parent 492c6dc commit 43dc447
1 file changed
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
53 | | - | |
54 | | - | |
| 55 | + | |
| 56 | + | |
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
| |||
0 commit comments