Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-dev] tycho-0.24 - Local Cache .cache/tycho/ Folder in Maven Cache

Hi to all,

I have a question concerning the location of the tycho cache which is by default located in $HOME/.m2/repository/.cache/tycho/.....

The question is: Does there exist a property or something similar so I can change the location of it to another folder?

The background is that I'm working on a larger build which runs partial tycho builds in parallel (I don't mean mvn -T 3...; In Jenkins running serveral parts parallel) which results in crashes based on parallel access to bundle resources like jars etc. I'm already using Maven 3.3.9 with takari's[1] concurrent save access to maven caches but it fails with the cache area...

Kind regards
Karl Heinz Marbaise

[1]: http://takari.io/book/30-team-maven.html#concurrent-safe-local-repository


Back to the top