共有的仓库
http://repository.sonatype.org/content/groups/public/http://mirrors.ibiblio.org/pub/mirrors/maven2/org/acegisecurity/http://mvnrepository.com/http://search.maven.org/
私有的仓库
http://repository.codehaus.org/http://snapshots.repository.codehaus.org/http://people.apache.org/repo/m2-snapshot-repositoryhttp://people.apache.org/repo/m2-incubating-repository/
需要导入jar包可以在http://mvnrepository.com/搜索jar包的名字就会出现
还可以手动下载jar包,但是需要在pom.xml文件里加入jar包的groupId,artifactId,version等信息。
jstl jstl 1.2
例如:
我下载的这个 jar 包是放到了 D:\mvn 目录下(D:\mvn\jstl-1.2.jar)那么我在 cmd 中敲入的命令就应该是:mvn install:install-file -Dfile=D:\mvn\jstl-1.2.jar -DgroupId=jstl -DartifactId=jstl -Dversion=1.2 -Dpackaging=jar