Hello, there.
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.
Thanks in advance.
——
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?
发表回复