主题 : eclipse打war包的时候从common之后就报错,提示missing,怎么回事啊 |
级别: 童生
![]() |
12# 发表于:2021-06-10 17:11:52 IP:219.28.*.*
<?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"> <localRepository>D:\repository\maven</localRepository> <pluginGroups></pluginGroups> <proxies></proxies> <mirrors> <mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/groups/public/</url> <mirrorOf>central</mirrorOf> </mirror> </mirrors> </settings> |
||
---|---|---|---|