
maven仓库
风筝不是你的
这个作者很懒,什么都没留下…
展开
-
idea之将Maven的jar包安装到本地仓库
通常我们在使用maven创建项目时,使用maven中央仓库下载我们所需要的JAR包,但有时会因为各种原因导致下载失败,这就需要我们手动导入jar包。下面以oracle驱动包为例mvn install:install-file -Dfile=D:\\com\\oracle\\ojdbc6\\ojdbc6-11.2.0.3.jar(jar包目录) -DgroupId=com.oracle -Darti...原创 2018-05-18 17:53:42 · 2139 阅读 · 0 评论 -
maven本地仓库引入的settings.xml文件
<?xml version="1.0" encoding="UTF-8"?><!--Licensed to the Apache Software Foundation (ASF) under oneor more contributor license agreements. See the NOTICE filedistributed with this work for ...原创 2018-05-18 20:10:26 · 1415 阅读 · 0 评论