| Support-Brian wrote: |
| Bob,
You are correct that the MyEclipse deployer will not deploy using the Maven WAR plugin, that would typically be used when you run a Maven specific goal or build. Due to the additional support required during deployment, we need to deploy using our own deployment algorithms. However, if you use the provided scope for a dependency (in the pom.xml), then the MyEclipse deployer will skip it during deployment. Could you use this for the dependencies that you do not wish to deploy in the projects that the Maven web project depends on. Hope this helps. |