I am currently using MyEclipse 4.1.1. I have two web projects: project A and project B. Project A references project B in the build path configuration. Project B is marked for export in Project A’s “JavaBuild Path ->Order and Export” settings. In Project A’s “MyEclipse-Web ->Deployment” I have “Use Smart Deployment” selected.
However, when I deploy project A to the target JBoss server project B is never exported anywhere inside the WAR file. I cannot find any jar or folder with project B’s classes. What do I need to do to get Project B’s classes to be included in Project A’s .war file?