manually merged PR #278

Former-commit-id: 7811e5832e680589e5b1734e775ee8cab92dd30f
This commit is contained in:
Jeremy Long
2015-07-24 05:36:32 -04:00
parent a547a219a4
commit ee969a5ed9
6 changed files with 64 additions and 24 deletions

View File

@@ -74,4 +74,7 @@ analyzer.central.enabled=true
analyzer.central.url=http://search.maven.org/solrsearch/select
# the number of nested archives that will be searched.
archive.scan.depth=3
archive.scan.depth=3
# use HEAD (default) or GET as HTTP request method for query timestamp
downloader.quick.query.timestamp=true

View File

@@ -73,3 +73,6 @@ analyzer.nexus.proxy=true
# the URL for searching search.maven.org for SHA-1 and whether it's enabled
analyzer.central.enabled=true
analyzer.central.url=http://search.maven.org/solrsearch/select
# use HEAD (default) or GET as HTTP request method for query timestamp
downloader.quick.query.timestamp=true