explicitly add dev-tools, it doesnt use our parent, which might be scarier

This commit is contained in:
Robert Muir 2015-07-29 14:32:05 -04:00
parent cda613a5df
commit bf579381a4
1 changed files with 1 additions and 1 deletions

2
run.sh
View File

@ -4,4 +4,4 @@
# 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 -am -pl distribution/zip package -DskipTests -Drun -Pdev
mvn -am -pl dev-tools,distribution/zip package -DskipTests -Drun -Pdev