mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
1. tests don't have a bogus test dependency on zips anymore, instead we handle this in pre-integration-test. This reduces lots of confusion for e.g. mvn clean test. 2. refactor integ logic so that core/ and plugin/ share it. previously they were duplicates but the above change simplifies life. it also makes it easier for doing more interesting stuff