Since the merging of #2301 , the Java Maven POM incorrectly produced artifacts containing linux-x64 in the filename, regardless of the actual os-arch of the build. This is incorrect. The correct behavior is to make it so only when the actual os-arch is linux-x64 should such artifacts be produced.
Since the merging of #2301 , the Java Maven POM incorrectly produced artifacts containing
linux-x64in the filename, regardless of the actual os-arch of the build. This is incorrect. The correct behavior is to make it so only when the actual os-arch islinux-x64should such artifacts be produced.