In Maven 1 I used to be able to include project local jars and include them in the dependency list with an override property.
This is important to be able to do it so that a build can include "private" jars where a repository is *not* an option (I have several such cases). How do I do that in m2? - Brill Pappin
