常用仓库
http://search.maven.org/http://repository.sonatype.org/content/groups/public/
http://people.apache.org/repo/m2-snapshot-repository/
http://people.apache.org/repo/m2-incubating-repository/
安装语句:
mvn install:install-file -DgroupId=cn.vicky.reddwarf -DartifactId=sgs-server-api -Dversion=0.10.1 -Dpackaging=jar -Dfile=F:/reddwarf-0.10.1/sgs-server-api-0.10.1.jar
直接在cmd命令行里执行就可以了