mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 13:08:29 +00:00
48bc49c093
Currently this target is "yet another way" to run elasticsearch, which we can't maintain. It also has the problem that it doesnt ensure its running on the latest source code, doesn't configure any scratch space properly, won't work with securitymanager, list goes on. Even if we made it work, it would break every day, since its untested. Instead, `mvn package -Drun -DskipTests` will run packaging, and then startup bin/elasticsearch (like integration tests, but in foreground). It also enables debugger socket on port 8000, for people that like IDE debuggers and not system.out.println. Its a little slower to get started because of all the shading/RPM/DEB building going on in `package` but that is just what it is right now until that stuff is moved out.