2015-07-29 14:21:43 -04:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
2015-07-29 14:30:18 -04:00
|
|
|
# build zip package, but ensuring its from the current source
|
2015-07-29 14:21:43 -04:00
|
|
|
# turn off tests and other validation to speed it up
|
|
|
|
# TODO: can be sped up more, if shading is moved out of core/
|
|
|
|
# TODO: this will work on windows too. feel free to make a .bat
|
2015-07-29 14:32:05 -04:00
|
|
|
mvn -am -pl dev-tools,distribution/zip package -DskipTests -Drun -Pdev
|