This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 269128 - Remote Maven Index Download Bypass
Summary: Remote Maven Index Download Bypass
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.2
Hardware: PC Windows 7
: P1 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-26 05:27 UTC by bht
Modified: 2016-11-28 19:36 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bht 2016-11-26 05:27:02 UTC
We need a way to manually bypass the remote maven index download on a computer that cannot get a fast internet connection, or when the maven site is too slow. It is acceptable to subsequently not let the IDE update the maven index at all (there is an IDE option for that already), so keep the remote index update a repeatable manual process. Essentially we would need a supported way to install the index files manually from a copy obtained using other means.

I get the impression that the IDE works only under ideal conditions. Unfortunately, unlimited bandwidth, or a corporate maven repository is not always achievable.

Please refer to bug 262257, bug 239915, bug 253436, bug 231927, bug 254312.
Comment 1 Tomas Stupka 2016-11-28 13:14:26 UTC
> Essentially we would need a supported way to install the index files manually from a copy obtained using other means.
in case that manually copying the index folder from one userdir to another would is acceptable for you 
than it is {userdir}/var/cache/mavenindex/{repository_id}
Comment 2 bht 2016-11-28 19:36:29 UTC
Thanks! I will try that.