赞
踩
IDEA使用maven时bulid报错,一系列插件(标题是其中一个)报红
打开Settings -> Build,Execution,Deployment -> Build Tools -> Maven
<?xml version="1.0" encoding="UTF-8"?> <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd"> <pluginGroups /> <proxies /> <servers /> <!-- maven自动下载的jar包,会存放到该目录下。这里要自己改成Local repository项的目录--> <localRepository>C:\Users\zjm\.m2\repository</localRepository> <mirrors> <mirror> <id>alimaven</id> <mirrorOf>
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。