Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Maven plugin and calling buildContext.refresh(File)

Hi Igor

On 2014-02-18 13:38, Igor Fedorenko wrote:
>
>
> On 2/18/2014, 3:48, Grzegorz Słowikowski wrote:
>> OK, next question. In my plugin I unzip some dependency content to disk,
>> and add it's subdirectory as new source root.
>> When I do it for the first time (unzip to empty folder, no overwrite) Is
>> is better to call refresh once for the whole subdirectory
>> added as source root or for every file?
>
> Should not matter much and both should work, but calling refresh once on
> source directly is probably easier for you to code.
Yes, calling once is easier for me. I thought, it may be more time consuming
for Eclipse to consume it, so I asked. Thanks.
>
> -- 
> Regards,
> Igor
> _______________________________________________
> m2e-users mailing list
> m2e-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/m2e-users



Back to the top