Showing
4 changed files
with
35 additions
and
0 deletions
bin/mvn-clean.bat
0 → 100644
bin/mvn-eclipse.bat
0 → 100644
bin/mvn-package.bat
0 → 100644
bin/mvn-package.sh
0 → 100644
1 | +#!/bin/bash | ||
2 | +################################################################ | ||
3 | +#@Authro Lijian | ||
4 | +#@Date 2011-06-08 | ||
5 | +################################################################ | ||
6 | + | ||
7 | +cd .. | ||
8 | + | ||
9 | +/usr/local/maven/bin/mvn clean | ||
10 | + | ||
11 | +/usr/local/maven/bin/mvn eclipse:clean | ||
12 | + | ||
13 | +/usr/local/maven/bin/mvn package -U -Dmaven.test.skip=true -Dautoconfig.userProperties=$1 -Dautoconfig.sharedProperties=$2 | ||
14 | + | ||
15 | + | ||
16 | + | ||
17 | + |
-
Please register or login to post a comment