fedora-java / javapackages

Macros and scripts for Java packaging support
Other
7 stars 15 forks source link

Reproducible exclusions order in maven metadata #97

Closed fridrich closed 1 year ago

fridrich commented 1 year ago

Make the order of exclusions in maven metadata deterministic.

fridrich commented 1 year ago

We are still reading the exclusions into a set as to avoid duplicates, but at the end, we sort the set into a list, so that the order does not depend on the Allmighty.