Okay I am using Maven within Eclipse a project which uses Hibernate. I am
using the maven-archetype-webapp(version 1.0) for the project. I am getting
the following directory structure for my src folder-:
src
|---main
|----resources
|----webapp
|----WEB-INF
| |---web.xml
|----index.jsp
Where is the src/main/java folder ? As given here (
https://maven.apache.org/plugins-archives/maven-archetype-plugin-1.0-alpha-7/examples/webapp.html
)
Where are the tests folder ?
Also there is only one archetype relating to webapp present. That too in
the Internal catalog.
How do I get the correct structure ? What am I doing wrong ?