On 31.03.2016, at 06:42, Michael Neale <[email protected]> wrote:
> They would be in the Pom.xml and could be calculated, but it would be an > expensive operation if possible. Developers edit the pom. Then maven-hpi-plugin writes them into the manifest, from which they can be read rather easily. That's what the update center does: https://github.com/jenkinsci/backend-update-center2/blob/2aae8e491d56d4747b9581d160549ca7b56d36fc/src/main/java/org/jvnet/hudson/update_center/HPI.java#L120...L127 Transitive dependencies don't really matter, as they can be resolved by the update center when it installs the direct dependencies. -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/F1DB0735-E51F-4724-84EE-914322FC653B%40beckweb.net. For more options, visit https://groups.google.com/d/optout.
