I checked out a maven project, the directoruy looks like this :
.settings
[bin]
[src] inside this folder there is [java],[resources] and [webapp] folders.
inside [webapp] there is index.jsp and [WEB-INF].
inside [WEB-INF] there is web.xml and [jsp] folder.
[target]
.classpath
.project
pom.xml
I did :
File --> Import --> Existing Maven projects
The project now appear in Pject Explorer of Eclipse with this contents :
src/main/java
src/main/resources
src/test/java
JRE System Library[JavaSE-1.6]
Maven Dependencies
bin
src
target
pom.xm
It looks like your project is not a web app project. Such a project would have the folder src/main/webapp/WEB-INF, and the JSPs would be in src/main/webapp