This message was deleted.
# general
s
This message was deleted.
z
sure, here’s a code snippet (not using provider api for brevity). We have an 100+ subproject project that we publish to a company Artifactory. Rather than have each subproject publish directly, we aggregate everything we would publish from each subproject into a single maven repo (just a folder in the root
build/
) so we can view it before publishing. Then to publish we zip up that folder and upload to artifactory. That’s why I filed this issue to make the timestamp configurable on the maven publish plugin so it can be incremental. But the general idea is that there is a task on the root project, and we loop over each subproject to grab output from a specific subproject task and add as input to that root project task