maven/benchmark/run

14 lines
98 B
Plaintext
Raw Normal View History

#!/bin/sh
rm -rf target
time ant jar
rm -rf target
time m2 jar
rm -rf target
time maven jar