I'm using Eclipse and want to setup a MAVEN project which contains two modules for frontend and backend with JSF, Spring and Hibernate.
What I know: - Create a Maven Project (packaging POM) without archetype - Create Modules and select the Parent Project (Frontend JAR, Backend WAR)
Which archetypes can I use to combine JSF, Spring, Hibernate? Do I have to use the same archetype for both modules?
Thanks for any help!