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/28 20:30:59 UTC

MavenIndexer - get only new added artifacts

Hi



how can I get only new added artifact from indexingContext against the 
previous?




Eg:




1. I will index some repository and get all bundles

2) During time , some new artifact will be stored in the repository

3) So I will create new indexingContext but now i want only the new ones 
artifacts




any ideas? Do I really have to compare all bundles from indexing context vs 
new one?





Thanks