Hi all,
original implementation of nexus indexer allowed to store nexus index
data outside project dir, ~/.something , to prevent downloading after
`mvn clean`.
After Lincoln's refactoring, it's not possible to rebuild the data
without redownloading the index.
Is that intentional? I think that we don't really need to redownload
maven index every time we clean target/ .
Right, Maven Indexer supports incremental updates, but that is broken
because of how metadataExists() is used.
Ondra