hi,
i am not very versed with Maven.
so i am trying to achieve something that i understand the process.
in Eclipse, i have created a JSF2 project, and i would like to have a second project (child/module) for the JPA2 (DB logic).
if i try creating a new project as:
new Maven Module
it will give an error saying:
The parent project must have a packaging type of POM
i have tried to understand this document here:
https://maven.apache.org/plugins/maven-eclipse-plugin/reactor.html
it seems that i am not able to understand the explanation.
the aspects of packaging the parent project into POM, and adding this POM reference to the child/module project seems counter intuitive.
as i expected these references to the other way around.
could i ask for some clarification here?
thanks,