Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aether-users] maven-aether-provider thread safe question and usage from different JVMs

Benjamin:

Does that mean that I have to use the whole tesla thingy  instead?.
Is there anyway just to wire the tesla-concurrent-localrepo piece instead of the whole thing?.

Thanks,


On Mon, Dec 2, 2013 at 7:24 AM, Benjamin Bentmann <bentmann@xxxxxxxxxxxx> wrote:
Bk Lau wrote:

My problem is that I have a single local repository
[...]

1. Is the maven-aether-provider thread safe within a single JVM?.
2. How to avoid collision when the maven-aether-provider is used from
different JVM?.

Out of the box, Aether provides nothing that helps to deal with concurrent access to a single local repository.

You might want to look at [0] which is an extension to Aether that m2e uses for this task.


Benjamin


[0] https://github.com/tesla/tesla-concurrent-localrepo
_______________________________________________
aether-users mailing list
aether-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aether-users


Back to the top