Recommended solution for splitting up Maven projects?
问题 What is the best way to split up a large enterprise project in Maven? It's easy enough to understand how to partition things vertically like this... You have a DAO project The DAO project is a dependency of the Service project The Service project is a dependency of the web project. Does anybody have input on best practices in partitioning/splitting up really large projects in Maven.m 回答1: Some things that have helped me Use multi-module projects for projects that are related and only projects