2017-10-25 6:21 GMT+02:00 Antonio Vieiro <[email protected]>: > > I was wondering we could upgrade the “download task” in nbbuild to > automatically select binary versions for eclipse binaries, so, for > instance, our binaries-list could be something like: > > eclipse://4.7/org.eclipse.core.jobs > > And leave the responsibility of choosing (verifying) an appropriate > version of “org.eclipse.core.jobs” to the download task. >
I was thinking about adding List<String> repositories; attribute into the download task and then configure it to list as many Maven repositories as possible. The download would then try them one by one as regular Maven does. Then default.xml or some other file would register all the Maven repositories we need for the build. This should solve our issues temporarily. On the other hand during review of HTML/Java API I had to remove download from google Maven repository - it was seen as untrusted. I assume the same will be said about the eclipse repository. -jt
