You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by e9...@seznam.cz on 2015/04/25 23:27:30 UTC

IndexingContext.getSize() update

Hello,



is there any way how to get actual size of the Indexing context without 
createing it again?




Example:




1] I will create new IndexingContext and get size: 132

2] New artifact will be copyied to LocalRepository

3] When I call IndexingContext.getSize() ..its still 132




there is no method like - update() ??




Only when I create new IndexingContext...the size is updated




Has anybody better solution , then closing Indexing context and creating new
one again?




Thanks

MB