Commit eb5e4d3
committed
Use Maven directly for website deployment until new mvx release
Replaced mvx setup with standard GitHub Actions setup-java.
Using Maven directly instead of through mvx to avoid compatibility
issues with mvx 0.8.0 (which has the old built-in commands).
Once we release a new version of mvx with the custom commands,
we can switch back to using mvx for the website build.
Changes:
- Removed: ./mvx setup
- Added: actions/setup-java@v4 with JDK 21 and Maven cache
- Changed: ../mvx mvn → mvn (direct Maven invocation)1 parent 6ea7baa commit eb5e4d3
1 file changed
+9
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
27 | 31 | | |
28 | 32 | | |
29 | 33 | | |
30 | | - | |
31 | | - | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
42 | | - | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
0 commit comments