Hi all, Can those that have used maven to create/manage a cxf project recommend how to break down the project into the appropriate number of maven (sub)modules?
For example, should I have the following combination of modules:
cxf-models (maven sub-module for entities)
cxf-persistence (maven sub-module for DAOs)
cxf-service (maven sub-module for cxf service logic)
cxf-webapp (maven sub-module for the web app)
Thanks.
-Dan
