Commit 87e1417
Delegate getValue/setValue in DefaultBuildContext to legacy build API
This prevents objects from being stored in the singleton
DefaultBuildContext instead of the thread-local build context
(ThreadBuildContext) in Eclipse, avoiding unintended cross-project state
sharing.1 parent 40ad0bf commit 87e1417
File tree
1 file changed
+8
-2
lines changed- src/main/java/org/codehaus/plexus/build
1 file changed
+8
-2
lines changedLines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
157 | 160 | | |
158 | 161 | | |
159 | 162 | | |
160 | 163 | | |
161 | | - | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
162 | 168 | | |
163 | 169 | | |
164 | 170 | | |
| |||
0 commit comments