diff --git a/run.sh b/run.sh index 407822f02c7..2dada65b742 100755 --- a/run.sh +++ b/run.sh @@ -1,7 +1,7 @@ #!/bin/sh # -# build zip package, but ensuring its from the current core/ source +# 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/ # TODO: this will work on windows too. feel free to make a .bat -mvn -pl core,distribution/zip package -DskipTests -Drun -Pdev +mvn -am -pl distribution/zip package -DskipTests -Drun -Pdev