mirror of
https://github.com/apache/maven.git
synced 2025-02-22 18:04:52 +00:00
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162768 13f79535-47bb-0310-9956-ffa450edef68
14 lines
98 B
Bash
Executable File
14 lines
98 B
Bash
Executable File
#!/bin/sh
|
|
|
|
rm -rf target
|
|
|
|
time ant jar
|
|
|
|
rm -rf target
|
|
|
|
time m2 jar
|
|
|
|
rm -rf target
|
|
|
|
time maven jar
|