Situation: I installed Eclipse 4.3 (Kepler) with the JBoss Tools and added the WildFly 8.0 Application Server. Then I created a simple JavaEE7-HelloWorld pom.xml, for maven-support. I included this pom.xml in Eclipse. I see the JavaEE project structure.
Problem: I want to add some static file (e.g., html, images and css) to that project. I tried everything, but I can't find the correct place to put the static files.