Skip to main content

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

Also, beware that takari concurrent local repository appears to be
broken. We had to remove it because it was intermittently failing in out
(heavily) multithraded build [1]. Other users reported problems with
local repository shared among multiple builds [2]

[1] https://github.com/takari/takari-local-repository/issues/5
[2] https://github.com/takari/takari-local-repository/issues/4

-- 
Regards,
Igor

On Fri, Aug 12, 2016, at 04:22 PM, Karl Heinz Marbaise wrote:
> 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
> _______________________________________________
> tycho-dev mailing list
> tycho-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://dev.eclipse.org/mailman/listinfo/tycho-dev


Back to the top