I noticed that the dependency plugin currently does not include parent poms when generating the dependency tree (MDEP-167) or when calling dependency:resolve. Is the exclusion of the parent poms by design or is this something that just hasn't been implemented yet? I would like to have a way to print out all the dependencies of my project (including poms, plugins, etc.) but currently I think the only way to do this is to start with a clean repository, and then look at the contents after a build was run.
Long term, what is the best way to handle this? I didn't see any current way in the maven artifact resolution API to get a list of dependencies that include parent poms. Does it make sense to add something like this?
Thanks! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]