Hi,
I noticed that not only SOLR does not deliver a WAR file anymore but
also advices not to try to provide a custom WAR file that can be
deployed anymore as future version may depend on custom jetty features.
Until 4.10. we were able to provide a WAR file with all the plug-ins we
need for easier installs. The same WAR file was used together with an
web application WAR running integration tests and to check if all
application details still work. We used the cargo-mave2-plugin and
different servlet container for testing. I think this is quiet common
thing to do with continuous integration.
Now I wonder if anyone has a similar setup and with integration tests
running against SOLR 5.
- No artifacts can be used, so no local repository cache is present
- How to deploy your schema.xml, stopwords, solr plug-ins etc. for
testing in an isolated environment
- What does a maven boilerplate code look like?
Any ideas would be appreciated.
Kind regards,
Thomas