georgy / nexus-npm-repository-plugin

Sonatype Nexus OSS plugin for npm (https://www.npmjs.org) repository suport
25 stars 7 forks source link

NX-620: Support off-registry-site tarballs #12

Closed cstamas closed 9 years ago

cstamas commented 10 years ago

Currently the tarball location is hardwired in code, and registry.npmjs.org-like path will be probed only. This should be made smarter.

Luckily, as MetadataStore stores MD unchanged, it will contain real remote URL of the tarball.... so, basically, the path selection should be made smarter, considering the stored tarball path too...

Issue https://issues.sonatype.org/browse/NX-620