For Solr 5 the developers have announced that the Solr server will soon be a standalone server as opposed to a webapp as it has been in the past.
My question is about how I would spin up a clean Solr instance for my integration tests, considering the fact that Solr is not a webapp anymore (actually, currently it still is, but this will likely change soon).
Having it as a webapp was quite convenient for integration tests. We could just use the cargo-maven plugin to deploy the war and copy over some configuration files. What would my options be for a standalone Solr server?