[windup-dev] nexus-indexer - caching nexus data between builds removed?
Ondrej Zizka
ozizka at redhat.com
Tue Feb 10 08:36:40 EST 2015
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
More information about the windup-dev
mailing list