Hello all, I have a Jenkins plugin that extends Builder.
When this plugin is added to a Maven job, I need to get a list of all dependencies (defined in the pom) for the job. Specifically, a list of org.apache.maven.artifact.Artifact as returned by org.apache.maven.project.MavenProject.getArtifacts(). I've seen methods in Jenkins to retrieve the artifacts that have been archived by Jenkins and artifacts that have been produced as a result of a Maven job, but I haven't seen any methods to retrieve artifacts that are dependencies for the job. Any advice on how to do this would be much appreciated. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
