How do i deploy only the sub-modules of the project? i have a project as;
ProjectA
- Submodule B
- Submodlue C
- Submodule D
The submodules are packaged as jar and is deployed to maven repo.how can only the sub -modules be deployed to the maven repository and not the main project?
true
in all submodules... so nothing at all will be deployed.... – Invaluable