Commit 81856c4
committed
Reclassify skip parameters from behavioral to functional
The 'skip' and 'skipMain' parameters directly affect build output:
- skip=true: No bytecode produced (compilation skipped entirely)
- skip=false: Bytecode produced normally
This is a functional difference (affects artifacts), not behavioral
(affects only how the build runs). Updated all three occurrences:
- compile goal: skip parameter
- compile goal: skipMain parameter
- testCompile goal: skip parameter
Addresses reviewer feedback on PR apache#389.1 parent 4678f01 commit 81856c4
File tree
1 file changed
+6
-6
lines changed- src/main/resources/plugin-parameters
1 file changed
+6
-6
lines changedLines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
125 | | - | |
| 124 | + | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
130 | | - | |
| 129 | + | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | | - | |
277 | | - | |
| 276 | + | |
| 277 | + | |
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
| |||
0 commit comments