All, I recently tried to upgrade a project that relies on the snapshot repos[1], but maven wasn't able to pull lucene-highlighter, lucene-test-framework, lucene-memory, among a few others. However, maven was able to pull lucene-core and most other artifacts for 8.0.0-SNAPSHOT. I manually checked that the jars and poms for the artifacts that maven wasn't able to pull were in fact there. Is this user error or something wrong with the poms or something else?
Thank you. Best, Tim [1] <repositories> <repository> <id>apache-snapshot</id> <url>http://repository.apache.org/snapshots/</url> </repository> </repositories>