GitHub user jlahoda opened a pull request:

    https://github.com/apache/incubator-netbeans/pull/130

    Cache external binaries downloaded from maven in NetBeans' cache.

    Currently for maven external dependencies, the build is downloading them 
from the internet each time it is missing in the checkout. The proposal here is 
to cache them in the $HOME/.hgexternalbinaries, as other binaries are cached.
    
    (Jarda proposed caching them directly in .m2, but it is not clear what 
structures Maven expects there, so seems safer to cache just in 
.hgexternalbinaries.)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jlahoda/incubator-netbeans 
cache-maven-dependencies

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-netbeans/pull/130.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #130
    
----
commit c093cac994f6e62e18809dd72b85b7059663ff38
Author: Jan Lahoda <[email protected]>
Date:   2017-10-12T06:26:06Z

    Cache external binaries downloaded from maven in NetBeans' cache.

----


---

Reply via email to