I’ve been able to setup my first multiproject, where each subproject upload its own artifact to Maven central (unfortunately I didn’t get the new maven-publish plugin working).
What I would like to do next, is create an “all-in-one” artifact; rezip all subproject’s main artifacts (so the jar, javadoc and sources) in three new artifacts, sign them and upload those as well.
I’ve been toying with subprojects and their configurations.archives.allArtifacts, but to no success. Any suggestions?
Basically yes. I’ve got the project split up into four subprojects (so Internet-of-Things can pick what they want), but I’d still like for the desktop applications to offer a single jar.
Ah, solved it, the resulting file is named “.jar”. Next step would be to rename it to jfxtras-all-8.0.jar and set that as the to be released artifact for uploadArchive