L.S., I'm writing a plugin and would like to get a list of artifacts for the provided dependencies (including transitive dependencies) for the project. How can I get this? I was using project.getArtifacts() to get all dependencies, but this does not include the provided one (running the mojo during compile phase).
Regards, Gert ----- --- Gert Vanthienen http://gertvanthienen.blogspot.com -- View this message in context: http://www.nabble.com/Get-list-of-provided-dependencies-in-own-Mojo-tp23074976p23074976.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
