Initial checkin of work on a Solr analyzer which will replace Nexus on Internet checks

Former-commit-id: 7b51d0cb1d23122bc73261424b66df24f72370cd
This commit is contained in:
Will Stranathan
2014-10-16 15:04:50 -04:00
parent c6f391501d
commit 5f38741831
8 changed files with 427 additions and 1 deletions

View File

@@ -58,3 +58,10 @@ analyzer.nexus.url=https://repository.sonatype.org/service/local/
# If set to true, the proxy will still ONLY be used if the proxy properties (proxy.url, proxy.port)
# are configured
analyzer.nexus.proxy=true
# the URL for searching search.maven.org for SHA-1 and whether it's enabled
analyzer.solr.enabled=true
analyzer.solr.url=http://search.maven.org/solrsearch/select
# If set to true, the proxy will still ONLY be used if the proxy properties (proxy.url, proxy.port)
# are configured
analyzer.solr.proxy=true