mirror of https://github.com/apache/maven.git
14 lines
98 B
Plaintext
14 lines
98 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
rm -rf target
|
||
|
|
||
|
time ant jar
|
||
|
|
||
|
rm -rf target
|
||
|
|
||
|
time m2 jar
|
||
|
|
||
|
rm -rf target
|
||
|
|
||
|
time maven jar
|