mirror of https://github.com/Rekoe/rk_svnadmin
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
158 B
5 lines
158 B
9 years ago
|
1)create database platform
|
||
|
2)mvn clean
|
||
|
3)mvn eclipse:eclipse -Dwtpversion=1.0
|
||
|
4)mvn package -Dmaven.test.skip=true
|
||
|
5)mvn dependency:tree 可以查看依赖树
|