aboutsummaryrefslogtreecommitdiff
path: root/mvnwt.sh
blob: 1ee89685ac054864991c1fcd1262ce7892a34331 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

if [ -z $1 ]; then
    mvnw test
else
    mvnw test -Dtest=$1
fi