diff --git a/search-services/packaging/config.properties b/search-services/packaging/config.properties index 32fd410d3..7742233c5 100644 --- a/search-services/packaging/config.properties +++ b/search-services/packaging/config.properties @@ -4,4 +4,6 @@ alfresco.solr.config=# Alfresco configuration. This file is automatically includ ${line.separator}SOLR_OPTS="$SOLR_OPTS -Dsolr.jetty.request.header.size=1000000 -Dsolr.jetty.threads.stop.timeout=300000" alfresco.solr.config.win=REM Alfresco configuration. This file is automatically included by solr. You can define your custom settings here\ ${line.separator}set SOLR_OPTS=%SOLR_OPTS% -Dsolr.jetty.request.header.size=1000000 -Dsolr.jetty.threads.stop.timeout=300000 -alfresco.solr.ssl.token= \ No newline at end of file +alfresco.solr.ssl.token= +alfresco.solr.ssl.need= +alfresco.solr.ssl.need.token= diff --git a/search-services/packaging/pom.xml b/search-services/packaging/pom.xml index 63dd31b7f..f5272a4fd 100644 --- a/search-services/packaging/pom.xml +++ b/search-services/packaging/pom.xml @@ -161,6 +161,9 @@ + + +