Issue
I 'm using intellij idea 15 community to build a maven project and I chose the maven-archetype-j2ee-simple
archetype.
src="https://i.stack.imgur.com/AFIUe.png" alt="enter image description here">
The version of the maven I used was Bundled(Maven 2)
.
However, I didn't find any directories like src
and I didn't know where to write my java code. What's wrong with it?
My working environment is Ubuntu 15.04.
Solution
it does. you just need to allow maven to import changes. Your last screen shot pretty much says it all.
I just created one with archetype-je22-simple and it includes everything as starter project:
Answered By - OPK
Answer Checked By - Katrina (JavaFixing Volunteer)