mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 04:58:50 +00:00
051cba3f4f
Also add run.bat file for testing on windows
7 lines
260 B
Bash
Executable File
7 lines
260 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# build zip package, but ensuring its from the current source
|
|
# turn off tests and other validation to speed it up
|
|
# TODO: can be sped up more, if shading is moved out of core/
|
|
mvn -am -pl dev-tools,distribution/zip package -DskipTests -Drun -Pdev
|