Ensure docsZip defines a -docs classifier #1975
Labels
type/bug
A general bug
type/chores
A task not related to code (build, formatting, process, ...)
warn/regression
A regression from a previous release
Milestone
since switching to
maven-publish
, maven naming conventions are enforced. this was missed as no warning is emitted by Gradle in case the archive's name doesn't follow said conventions (the plugin transparently renames 😢).this impacts the zip of reference documentation, which ends up following the format
reactor-core-VERSION.zip
instead of (formerly)reactor-core-docs-VERSION.zip
. Since there is no apparent way of keeping the name, the next best thing is to use a classifier and turn the filename into a deployablereactor-core-VERSION-docs.zip
. Such a zip would still only be distributed to Artifactory.3.2.13.RELEASE
and3.3.1.RELEASE
where impacted, but the zip was renamed directly on artifactory. see also reactor/projectreactor.io#48The text was updated successfully, but these errors were encountered: