IntelliJ IDEA配置maven

来到maven文件下找到conf下的setting.xml文件,用dw或者idea或者笔记本之类的编辑器打开,建议dw因为有智能提示很方便

找到:

[html] view plain copy

  1. **<**settings xmlns=“http://maven.apache.org/SETTINGS/1.0.0”

  2. xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance”

  3. xsi:schemaLocation=“http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd”>

样子的代码,在下面插入本地仓库的地址:

[html] view plain copy

  1. <localRepository>D://repositorylocal

你可能感兴趣的:(作者\/,intellij-idea,maven,java)