summaryrefslogtreecommitdiff
path: root/run.sh
blob: 168710659182caa01b66fd3757af4be9b0cbf614 (plain)
1
2
3
4
5
6
#!/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