Ran
|
Files
330
|
Run time
16s
|
Badge
Embed ▾
README BADGES
|
push
travis-ci
Add INDEX.LIST to as a Skip JarRule when creating a fat jar Testing Done: The INDEX.LIST files are usually created with `jar i` as some kind of optimizing step after a .jar file is built. I found a problem when trying to add `Class-Path:` to a manifest file when building a fat jar. The root cause was an INDEX.LIST file from one of the dependent jars that got combined together. When this file is present, `Class-Path:` seems to be ignored. The INDEX.LIST files are scrubbed out by default with the maven shade plugin: https://github.com/intelie/maven-shade-plugin/blob/71b589502/src/main/java/org/apache/maven/plugins/shade/DefaultShader.java#L137 Bugs closed: 1665 Reviewed at https://rbcommons.com/s/twitter/r/2342/
13116 of 19871 relevant lines covered (66.01%)
0.66 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|