How do i deploy only the sub-modules of the project? i have a project as;
ProjectA - Submodule B - Submodlue C - Submodule D
The submodule
Put this in module(s)(or module's pom.xml) that you don't want to deploy:
true
Since this is inherited by submodules, you have to put this in submodules that you do want to deploy:
false