Commit 7f514f5
committed
Download all dependencies by default when going offline
It is sometimes confusion and cumbersome to explicitly call the right mode before going offline. For example if you are about to board a plane you might forget to give the option to also download dependencies for dev mode. (I actually had that last week).
This introduces a new option that downloads dev, test and prod dependencies and makes this the new default. This allows developers to go offline without having to specify the mode explicitly.
Furthermore, adjust the usage through the docs and CI to align with the previous state. For building native images we don't need the dev and test dependencies. For running on CI we don't need the dev dependencies either.1 parent 7e5adfb commit 7f514f5
File tree
1 file changed
+8
-4
lines changed- devtools/maven/src/main/java/io/quarkus/maven
1 file changed
+8
-4
lines changedLines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | | - | |
| 67 | + | |
| 68 | + | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
86 | 90 | | |
87 | 91 | | |
88 | 92 | | |
| |||
0 commit comments