Hi --
I'm trying to track down some other depdendency issues in my project using
dependencies:tree, but am getting errors that a module isn't found.
I have my project set up with a parent pom and a list of modules, each
referencing the parent, etc. Essentially, I have this:
pom.xml # parent, references mods a, b, c, d in <modules>
mod_a/pom.xml # module, no module dependencies
mod_b/pom.xml # module, no module dependencies
mod_c/pom.xml # module, declared dependency on mod_b
mod_d/pom.xml # module, declared depdenency on mod_a, mod_b, mod_c
>From the root workspace directory, I can run things like 'compile' or 'jar:jar'
just fine, but for some reason 'dependencies:tree' is failing when it gets to
mod_d, complaining that it can't find mod_c.
Any ideas what I'm doing wrong?
jon
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]