Hi,
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
My question, where are :
WEB-INF and jsps ?
Thanks, your help is appreciated.
John