Hi All, Over at Apache Commons, we are looking at creating reproducible builds via:
https://github.com/apache/commons-parent/pull/9 As discussed in that thread, a bundle's "Include-Resource" manifest header has a value with file system elements in different orders depending on file system used to generate the jar, IOW, not bit by bit reproducible. Folks in that discussion and in another here https://github.com/apache/commons-lang/pull/578, suggested that the issue might reside in Maven relying on the file system order and not in maven-bundle-plugin or the bnd library as initially considered. May you please provide any guidance? Thank you, Gary