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
Please sign in to leave a comment.
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
Thanks Thibaut :)
Hi,
You may use the New Project Wizard to create a skeleton Maven project.
Thanks,
Anton Makeev