I'm new to Maven, but are looking for a maven-based Java EE 6 project. So far, I played around with the Java EE 6 maven archetypes provided from weld and knappsack. They seem to be quite good if you want to go fullstack (jsf, ejb, cdi, jpa).
In my case, I have a pure server-side Java EE 6 application packaged in a war, so only backend (ejb, cdi, jpa), but no frontend at all, in other words, I don't have a web application.
Do I nevertheless start from an archetype like stated above and delete some webapp stuff or is there an archetype around for creating a pure backend Java EE 6 application?
I searched for quite a while, but wasn't able to find something. Any help is very much appreciated.