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
Maven projects not showing up in MyEclipse Deployer
Maven projects not showing up in Deploy MyEclipse J2EE Project to Server. My non maven projects show up just fine. If I manually move the maven generated .war file to the server depooyment directory I am fine. The issue is that the MyEclise deployer is not recognizing the maven project as an available J2EE project for deployment to the JBoss server.
MyEclipse was not recognizing them as a web project, so I used the MyEclipse > add web project capability and defined to MyEclipse where the webapp directory was, disabled its manipuilation of the web.xml, and it default eclude *.* stuff. Now it works correctly.