#!/bin/sh
echo build ...
mvn -q compile
echo run test and then package ...
mvn -q package
echo package has been built up and stored in target/dist dir