I need to determine the dependencies of each dependency in my project. I need to do some weird packaging and I need to process the dependencies of each dependency listed in the project. I know that if I use project.getArtifacts(), I will get all of the dependencies for a project (including transitive dependencies). What I don't see is something in the dependent artifact that lists its' dependent artifacts. Is this information available somewhere, or, if needed, how would I get the necessary dependencies for a particular artifact/dependency? Any help would be appreciated!
Eric R. Medley The Palantir Corporation
