Extended Maven Classifier Support
For a long time, we've supported the "main" types of artifacts for Maven (or Gradle, Leiningen, Sbt, etc.) packages: A POM file, the main package file, along with sources, javadocs and tests files; plus full support for "fatjars" (all-in-one packages with dependencies). This hasn't always been flexible when you've needed to attach additional files,…