File dry-run.sh of Package elasticsearch-kit

#!/bin/sh
#
# Run this script during the `tetra dry-run` phase to rebuild
# elasticsearch-kit.tar.xz.
#
# Caveat: this is known to work for elasticsearch-2.4.2. It may
#         require modifications for later versions.

mvn dependency:get -DgroupId=org.codehaus.mojo -DartifactId=exec-maven-plugin -Dversion=1.4.0
mvn dependency:go-offline
mvn -e --projects '!distribution/rpm,!distribution/deb' package
openSUSE Build Service is sponsored by