Unrepeatable (sort of) dependency issues with a war dependency

2011-12-06 Thread Benson Margulies
Using maven 3.0.3 (as well as 2.2.1). a -- | | b c Pom for a lists b and c as modules. b is packaging=war. c is packaging=jar. c's dependencies include: dependency artifactIdb/artifactId version${project.version}/version typewar/type /dependency C has an

Re: Unrepeatable (sort of) dependency issues with a war dependency

2011-12-06 Thread Benson Margulies
This turned out to be a stupid error in the parent of a, which I had fixed once and somehow got reverted. Sorry about the noise. On Tue, Dec 6, 2011 at 9:13 AM, Benson Margulies bimargul...@gmail.com wrote: Using maven 3.0.3 (as well as 2.2.1).    a  --  |     |  b   c Pom for a lists