maven-deploy-plugin icon indicating copy to clipboard operation
maven-deploy-plugin copied to clipboard

Feature to not deploy parent module of a multi-module project.

Open pandaninjas opened this issue 2 months ago • 0 comments

New feature, improvement proposal

We have a multi-module project where the parent module has no actual content, and references child modules to be built. When we use mvn deploy to the Github Maven repository, Github refuses the upload of the parent module because there is no jar to upload. This causes all the child modules to not deploy either, since the parent module failed. Is there a way to avoid deploying the parent module?

Related: https://github.com/orgs/community/discussions/44788

pandaninjas avatar Sep 25 '25 04:09 pandaninjas