Hello Everyone, I am trying to create a project structure and configuration to run Deltaspike in a multiple module project. Here is the aimed structure.
- Parent Project - - Core Libraries Project ( Common Services, Repositories, Models …etc. ) - - Webapp One ( Depends on Core ) - - Webapp Two ( Depends on Core ) We use maven, deltaspike, hibernate and JSF. I am not that savvy with maven. I could not get the dependency hierarchy in poms right. Can anyone help me ? Thanks in advance, Mustafa Ergin
