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

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


Back to the top