Hi, I recently noticed that the SOLR javadocs hosted by lucene are not linkable as the „package-list“ file is not downloadable. Is this on purpose?
$ curl https://lucene.apache.org/solr/8_4_0/solr-solrj/package-list <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>301 Moved Permanently</title> </head><body> <h1>Moved Permanently</h1> <p>The document has moved <a href="https://lucene.apache.org/solr/8_4_0/solr-solrj/package-list/">here</a>.</p> </body></html> It’s the same issue with older versions. My maven build fails with: MavenReportException: Error while generating Javadoc: [ERROR] Exit code: 1 - javadoc: error - Error fetching URL: https://lucene.apache.org/solr/8_3_0/solr-solrj/ kind regards Thomas