Commit 22d7ec9
committed
fix: exclude maven metadata and jacoco from shaded JAR
Excluding maven metadata fixes the following warning from
`deployDistribution.sh`:
```
[WARNING] Artifact org.jlab.coat:coat-libs JAR (about to be
installed/deployed) contains Maven Plugin metadata for conflicting
coordinates: org.jacoco:jacoco-maven-plugin. Your JAR contains rogue
Maven Plugin metadata. Possible causes may be: shaded into this JAR some
Maven Plugin or some rogue resource.
```
Excluding `jacoco` since only used here for coverage testing1 parent 5951e68 commit 22d7ec9
2 files changed
Lines changed: 5 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
| 228 | + | |
228 | 229 | | |
229 | 230 | | |
230 | 231 | | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
231 | 236 | | |
232 | 237 | | |
233 | 238 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | 196 | | |
203 | 197 | | |
204 | 198 | | |
| |||
0 commit comments