ojdbc6-1.0.0.jar xmlworker-1.0.0.jar
D:\localRepository\com\domeke\ojdbc6\1.0.0D:\localRepository\com\domeke\itextpdf\xmlworker\1.0.0识别不到那么我们把这些jar包复制出来例如放到桌面上C:\Users\Administrator\Desktop通过maven命令上传到maven本地仓库为什么是这样呢。本地仓库类似另外一个文件系统用过hadoop吧差不多这个意思。mvn install:install-file 通过该命令从本地上传到maven文件系统mvn install:install-fileMicrosoft Windows [版本 10.0.19045.6216] (c) Microsoft Corporation。保留所有权利。 C:\Users\Administratormvn install:install-file -DfileC:\Users\Administrator\Desktop\ojdbc6-1.0.0.jar -DgroupIdcom.domeke -DartifactIdojdbc6 -Dversion1.0.0 -Dpackagingjar [INFO] Scanning for projects... [INFO] [INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Maven Stub Project (No POM) 1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-install-plugin:2.4:install-file (default-cli) standalone-pom --- [INFO] Installing C:\Users\Administrator\Desktop\ojdbc6-1.0.0.jar to d:\localRepository\com\domeke\ojdbc6\1.0.0\ojdbc6-1.0.0.jar [INFO] Installing C:\Users\Administrator\AppData\Local\Temp\mvninstall6367224136978313274.pom to d:\localRepository\com\domeke\ojdbc6\1.0.0\ojdbc6-1.0.0.pom [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 0.342 s [INFO] Finished at: 2026-03-19T08:54:5908:00 [INFO] Final Memory: 14M/364M [INFO] ------------------------------------------------------------------------ C:\Users\Administrator C:\Users\Administrator C:\Users\Administratormvn install:install-file -DfileC:\Users\Administrator\Desktop\xmlworker-1.0.0.jar -DgroupIdcom.domeke.itextpdf -DartifactIdxmlworker -Dversion1.0.0 -Dpackagingjar [INFO] Scanning for projects... [INFO] [INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Maven Stub Project (No POM) 1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-install-plugin:2.4:install-file (default-cli) standalone-pom --- [INFO] Installing C:\Users\Administrator\Desktop\xmlworker-1.0.0.jar to d:\localRepository\com\domeke\itextpdf\xmlworker\1.0.0\xmlworker-1.0.0.jar [INFO] Installing C:\Users\Administrator\AppData\Local\Temp\mvninstall7676509424767860752.pom to d:\localRepository\com\domeke\itextpdf\xmlworker\1.0.0\xmlworker-1.0.0.pom [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 0.328 s [INFO] Finished at: 2026-03-19T08:55:1008:00 [INFO] Final Memory: 14M/364M [INFO] ------------------------------------------------------------------------ C:\Users\Administrator C:\Users\Administrator C:\Users\Administrator执行上传命令以后会生成很多类似”元数据“的文件根据这些”元数据“文件本地maven才能识别和管理这些包
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.coloradmin.cn/o/2427762.html
如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈,一经查实,立即删除!