I am using Maven on 7.0 M2 and deploying to Tomcat from within MyEclipse. Every time I deploy and run Tomcat, I receive errors because my WEB-INF/classes directory is empty. My project compiles cleanly.
This must be some problem with the built-in compiler / maven, because there are no compiled classes at the default output folder location, but there are classes at target/classes.
How do I fix this problem, so that I can build with Maven and deploy using the MyEclipse deploy functionality?
Thanks,
B