maven-项目配置(略)

web-freemarks(archetype-catalog)
http://repo1.maven.org/maven2/archetype-catalog.xml

maven库
http://mvnrepository.com/
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/

手动添加jar包
mvn install:install-file -Dfile=D:\java\ojar\CCP_REST_SMS_SDK_JAVA_v2.6.3r.jar -DgroupId=CCP_REST_SMS_SDK_JAVA -DartifactId=CCP_REST_SMS_SDK_JAVA -Dversion=2.6.3r -Dpackaging=jar
D:\workspace

mvn install:install-file -Dfile=D:\workspace\freemarker-2.3.20.jar -DgroupId=freemarker -DartifactId=freemarker -Dversion=2.3.20 -Dpackaging=jar




<maven oschina path>


 <mirror>   
      <id> maven-net-cn</id>   
      <name> Maven China Mirror</name>   
      <url> http://maven.oschina.net/content/groups/public/</url>   
      <mirrorOf> *</mirrorOf>   
    </mirror>
公共库地址
http://docs.codehaus.org/display/MAVENUSER/Mirrors+Repositories


你可能感兴趣的:(maven-项目配置(略))