-
Notifications
You must be signed in to change notification settings - Fork 41.4k
Closed
Description
The documentation for the classpath index section of nested jars should mention the different behaviour if reproducible builds are enabled. [1]
I ran into issues with classpath order after enabling reproducible maven builds (different, outdated JAXB implementation picked up) and came across that page. Since there was no mention of reproducible builds, I suspected a bug and looked at the source code responsible for classpath.idx.
[1]
Line 99 in 70a5dc6
When generated by the build plugins, this classpath ordering matches that used by the build system for running and testing the application. |
Metadata
Metadata
Assignees
Labels
type: documentationA documentation updateA documentation update