摘要: 1.首先确认你的maven是否已经配置: 2.本地的jar包位置: 3.安装本地的jar到本地仓库: 命令: mvn install:install-file -Dfile=D:/taobao-sdk-java-auto-20160607.jar -DgroupId=com.ganshane.spe 阅读全文
posted @ 2021-09-10 15:52 慎终若始 阅读(2572) 评论(0) 推荐(0) 编辑
摘要: 前言 一、顺序 maven项目使用的仓库一共有如下几种方式: 中央仓库,这是默认的仓库 镜像仓库,通过 sttings.xml 中的 settings.mirrors.mirror 配置 全局profile仓库,通过 settings.xml 中的 settings.repositories.rep 阅读全文
posted @ 2021-09-10 14:56 慎终若始 阅读(5399) 评论(0) 推荐(1) 编辑
摘要: 1、http://www.sonatype.org/nexus/ 私服nexus工具使用2、http://mvnrepository.com/ (推荐) 3、http://repo1.maven.org/maven2(中心服) 4、http://maven.aliyun.com/nexus/cont 阅读全文
posted @ 2021-09-10 14:15 慎终若始 阅读(6487) 评论(0) 推荐(0) 编辑
摘要: 目录 一、概要 1、settings.xml的作用2、settings.xml文件位置3、配置的优先级 二、settings.xml元素详解 1、顶级元素概览 1.1、LocalRepository 1.2、InteractiveMode 1.3、UsePluginRegistry 1.4、Offl 阅读全文
posted @ 2021-09-10 13:54 慎终若始 阅读(164) 评论(0) 推荐(0) 编辑