Maven relative paths
Brought to you by:
rphall
When running Maven offline, a project that inherit from some parent must have relative path back to the parent; for example,
<parent> <groupId>com.choicemaker.cm</groupId> <artifactId>choicemaker-cm</artificatId> <version>2.7.1-SNAPSHOT</version> <relativePath>../choicemaker-cm/pom.xml</relativePath> </parent>
The attached patch makes this change to all child projects (as of 2013-08-09).