diff --git a/core/pom.xml b/core/pom.xml index b507a36707d..def0b5e14f0 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -438,26 +438,6 @@ - - - org.apache.maven.plugins - maven-antrun-plugin - - - - execute - package - - run - - - - - - - - - diff --git a/dev-tools/src/main/resources/ant/integration-tests.xml b/dev-tools/src/main/resources/ant/integration-tests.xml index 0c67009dbdb..b190bca7476 100644 --- a/dev-tools/src/main/resources/ant/integration-tests.xml +++ b/dev-tools/src/main/resources/ant/integration-tests.xml @@ -141,7 +141,7 @@ - + + + + execute + package + + run + + + + + + + integ-setup diff --git a/run.sh b/run.sh new file mode 100755 index 00000000000..4e8ac0dad08 --- /dev/null +++ b/run.sh @@ -0,0 +1,7 @@ +#!/bin/sh +# +# 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 -am -pl dev-tools,distribution/zip package -DskipTests -Drun -Pdev