* Peter Boy:
https://docs.fedoraproject.org/en-US/packaging-guidelines/Java/#_pre_built_d...
therein the following passus:
== JAR file installation == The following applies to all JAR files except JNI-using JAR files and application-specific JAR files (i.e., JAR files that can only reasonably be used as part of an application and therefore constitute application-private data). === Split JAR files === If a project offers the choice of packaging it as a single monolithic JAR or several ones, the split packaging SHOULD be preferred.
seems to be the problem.
Does Wildfly offer any packaging choices at all?
And it seems that the issue blocking Wildfly is actually *building* stuff from source, so the delivery mechanism doesn't matter, I think.
Thanks, Florian