mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +00:00
We had a file in dev-tools/ElasticSearch.launch which tried to launch elasticsearch but failed somewhat epically because of the security manager and files having moved. This recreates it with `-Des.security.manager.enabled=false` to get it working again. Its not as nice as testing with the security manager in place but its better than waiting minutes for maven to package and startup elasticsearch.