Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
Stop deploy empty directories/packages in Maven project
Unfortunately, I have a few empty directories/packages within my Maven project. However, I’d like to stop deploying then when using MyEclipse deployment feature. Is it possible?
If I run maven command from the command line, empty directories/packages are not deployed.
The deployment of modules can be configured from the project’s Deployment Assembly page (right click on the project > Properties > Deployment > Deployment Assembly). The only workaround for your scenario for now is to remove the directories/packages of the Maven project which you do not want to include for deployment from the Deployment Assembly page. We do not really recommend this technique.
Can you please elaborate what are ’empty packages’? Are they java packages?