make this more bulletproof by using current dev-tools/poms/etc too

This commit is contained in:
Robert Muir 2015-07-29 14:30:18 -04:00
parent c6d6eaef4d
commit cda613a5df
1 changed files with 2 additions and 2 deletions

4
run.sh
View File

@ -1,7 +1,7 @@
#!/bin/sh #!/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 # turn off tests and other validation to speed it up
# TODO: can be sped up more, if shading is moved out of core/ # 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 # 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