I\'m a bit of a Maven newb, and I\'m trying to setup a maven project that builds several child projects, but still allows someone to just grab one of the child projects and
This issue could be solved by using maven's Project Aggregation instead of Project Inheritance.