导入source文件的命令:
1 |
mvn install:install-file -DgroupId=tokyotyrant -DartifactId=tokyotyrant -Dversion=0.11 -Dpackaging=jar -Dfile=tokyotyrant-0.11-sources.jar -DgeneratePom=true -Dclassifier=sources |
导入过程如下:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
d:\>mvn install:install-file -DgroupId=tokyotyrant -DartifactId=tokyotyrant -D version=0.11 -Dpackaging=jar -Dfile=tokyotyrant-0.11-sources.jar -DgeneratePom =true -Dclassifier=sources [INFO] Scanning for projects... [INFO] [INFO] ----------------------------------------------------------------------- [INFO] Building Maven Stub Project (No POM) 1 [INFO] ----------------------------------------------------------------------- [INFO] [INFO] --- maven-install-plugin:2.3.1:install-file (default-cli) @ standalone- m --- [INFO] Installing d:\tokyotyrant-0.11-sources.jar to d:\.m2\repository\tokyoty nt\tokyotyrant\0.11\tokyotyrant-0.11-sources.jar [INFO] Installing C:\Users\Michael\AppData\Local\Temp\mvninstall35351970540989 266.pom to d:\.m2\repository\tokyotyrant\tokyotyrant\0.11\tokyotyrant-0.11.pom [INFO] ----------------------------------------------------------------------- [INFO] BUILD SUCCESS [INFO] ----------------------------------------------------------------------- [INFO] Total time: 1.029s [INFO] Finished at: Thu Jun 28 16:56:01 CST 2012 [INFO] Final Memory: 2M/15M [INFO] ----------------------------------------------------------------------- |
导入之前的本地资源库目录结构如下:
1 2 3 4 5 6 7 8 9 10 |
D:\.m2\repository\tokyotyrant>tree /F 卷 work 的文件夹 PATH 列表 卷序列号为 2AF7-9BD9 D:. └─tokyotyrant └─0.11 m2e-lastUpdated.properties tokyotyrant-0.11.jar tokyotyrant-0.11.pom _maven.repositories |
导入之后的本地资源库目录结构如下:
1 2 3 4 5 6 7 8 9 10 11 12 13 |
D:\.m2\repository\tokyotyrant>tree /F 卷 work 的文件夹 PATH 列表 卷序列号为 2AF7-9BD9 D:. └─tokyotyrant │ maven-metadata-local.xml │ └─0.11 m2e-lastUpdated.properties tokyotyrant-0.11-sources.jar tokyotyrant-0.11.jar tokyotyrant-0.11.pom _maven.repositories |
发现会多了一个文件:tokyotyrant-0.11-sources.jar ,导入成功。
原创文章,转载请注明: 转载自micmiu – 软件开发+生活点滴[ http://www.micmiu.com/ ]
本文链接地址: http://www.micmiu.com/software/build/maven-install-source/
0 条评论。