I am writing a plugin where I need access to the jar file for a dependency.
I have tried looping the dependencies to find this (from MavenProject.getDependencies()), but the dependencies always seem to have null as their getSystemPath() value. I have also tried checking the artifacts, but similarly, getFile() on the artifacts is also always null... So, what is the proper way to find the path where the artifact can be found? Thanks for the help, Joachim --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
