Commit 2e7512b
committed
fix(manifest): keep the Maven extension build out of the developer's home directory
The maven-extension jar build invoked the bundled Maven wrapper with no
repository override, so every run downloaded the plugin and dependency
closure into the developer's ~/.m2/repository and the Maven distribution
into ~/.m2/wrapper/dists.
Point both at a stable directory under the OS temp dir instead. The path
is stable rather than per-run so the closure stays cached between builds;
SOCKET_CLI_MAVEN_HOME overrides it for a genuinely cold build.1 parent 4379347 commit 2e7512b
1 file changed
Lines changed: 13 additions & 1 deletion
Lines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
9 | 21 | | |
10 | 22 | | |
0 commit comments