Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] 533 MB in .plugins/org.eclipse.m2e.core/nexus directory

For those interested, as posted on https://bugs.eclipse.org/478647:

I got a POC running some time ago, that I pushed to github[1], you can install it from bintray[2] (I rebased it against latest m2e 1.7 code, requires Java 8 to run)

- it only covers the search engine used during content assist in pom.xml, but not the whole dependency search wizard
- exposes okhttp libs from m2e runtime, we should most likely provide okhttp from a bundle in Eclipse Orbit instead
- groupId search on solr returns very limited results, it becomes more accurate as you type
- most probably it won't work under a proxy
- it's a POC, don't expect elegant code ;-)

[1] https://github.com/fbricon/m2e-core/tree/new-search-engine
[2] http://dl.bintray.com/fbricon/m2e-fork/

On Thu, Oct 1, 2015 at 8:36 AM, Lars Vogel <lars.vogel@xxxxxxxxxxx> wrote:
Hi Jochen,

in some workspaces yes, but like Fred said then the bug report,
afterwards I cannot add dependencies that easily via m2e.

I think the suggested solution in https://bugs.eclipse.org/478647
would be perfect. No download, still good usability.

Best regards, Lars

On Thu, Oct 1, 2015 at 2:30 PM, Jochen Wiedmann
<jochen.wiedmann@xxxxxxxxx> wrote:
> Hi, Lars,
>
> have you tried to disable "Download repository updates on startup"?
>
> Jochen
>
>
> On Thu, Oct 1, 2015 at 12:32 PM, Max Rydahl Andersen
> <manderse@xxxxxxxxxx> wrote:
>> I'm curious - how do you avoid having colliding builds if you share local Repo?
>>
>>
>>
>> /max
>> http://about.me/maxandersen
>>
>>
>>> On 30 Sep 2015, at 18:13, Nate Revo <Nathan.Revo@xxxxxxxxxxxxxxxx> wrote:
>>>
>>> I would also like to point out that disk space also not cheap when using cloud based development environments.  Our corporation is using VMWare to host Developer Environments, backed by a distributed storage system.  Right now we've only been authorized for 30GB of disk space to keep all our tools & codebases.  Requesting more space is worse than passing a bill through congress.
>>>
>>> Anyhow, keep us corporate (desktop restricted) people in mind when making global decisions.  BTW, we are using global maven settings to define a shared m2 repo (not in the users home directory).
>>>
>>>
>>>
>>>> Diskspace aren't cheap on SSD laptops with no option of upgrade  :)
>>>>
>>>> I for one is happy the download is default off since when it was I had to constantly clean out test workspaces.
>>>>
>>>> Plus the background job could take hours if not days to complete.
>>>>
>>>>
>>>> /max
>>>> http://about.me/maxandersen
>>>
>>> ======================================================================
>>> THIS ELECTRONIC MESSAGE, INCLUDING ANY ACCOMPANYING DOCUMENTS, IS CONFIDENTIAL and may contain information that is privileged and exempt from disclosure under applicable law. If you are neither the intended recipient nor responsible for delivering the message to the intended recipient, please note that any dissemination, distribution, copying or the taking of any action in reliance upon the message is strictly prohibited. If you have received this communication in error, please notify the sender immediately.  Thank you.
>>> _______________________________________________
>>> m2e-users mailing list
>>> m2e-users@xxxxxxxxxxx
>>> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
>>> https://dev.eclipse.org/mailman/listinfo/m2e-users
>> _______________________________________________
>> m2e-users mailing list
>> m2e-users@xxxxxxxxxxx
>> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
>> https://dev.eclipse.org/mailman/listinfo/m2e-users
>
>
>
> --
> The next time you hear: "Don't reinvent the wheel!"
>
> http://www.keystonedevelopment.co.uk/wp-content/uploads/2014/10/evolution-of-the-wheel-300x85.jpg
> _______________________________________________
> m2e-users mailing list
> m2e-users@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/m2e-users



--
Eclipse Platform UI and e4 project co-lead
CEO vogella GmbH

Haindaalwisch 17a, 22395 Hamburg
Amtsgericht Hamburg: HRB 127058
Geschäftsführer: Lars Vogel, Jennifer Nerlich de Vogel
USt-IdNr.: DE284122352
Fax (032) 221739404, Email: lars.vogel@xxxxxxxxxxx, Web: http://www.vogella.com
_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/m2e-users



--
"Have you tried turning it off and on again" - The IT Crowd
And if that fails, then http://goo.gl/tnBgH5

Back to the top