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
You can configure the maven-deploy-plugin in the POM of a module to exclude it from the deploy:
org.apache.maven.plugins maven-deploy-plugin 2.4 true ...