Generating directory skeleton when opening POM problem

When I open the POM, IDEA 8 #9144 didn't generate the directory skeleton for me. Is it IDEA's problem or mine? I'm new with Maven and I think Maven have a standard project layout, and it should be generated when I open a POM in IDEA.

Please refer the attached pom.xml

Thank you.



Attachment(s):
pom.xml
0
3 comments
Avatar
Permanently deleted user

if you want a directory tree to be generated when creating new project, you should create your project using the maven archetype plugin

see http://maven.apache.org/plugins/maven-archetype-plugin/ for more info

0
Avatar
Permanently deleted user

Thanks Thibaut :)

0

Hi,

You may use the New Project Wizard to create a skeleton Maven project.

Thanks,
Anton Makeev

0

Please sign in to leave a comment.