run.sh 260 B

123456
  1. #!/bin/sh
  2. #
  3. # build zip package, but ensuring its from the current source
  4. # turn off tests and other validation to speed it up
  5. # TODO: can be sped up more, if shading is moved out of core/
  6. mvn -am -pl dev-tools,distribution/zip package -DskipTests -Drun -Pdev