主题 : 工作流的jar下载有问题 |
级别: 贡士
![]() |
1# 发表于:2021-05-24 14:39:21 IP:111.79.*.*
|
||||
---|---|---|---|---|---|
级别: 管理员
![]() |
4# 发表于:2021-05-24 15:01:21 IP:111.200.*.*
回复第3楼
<?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:\apache-maven-3.6.3\repository</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> setting文件您这么写, <localRepository>这个位置写您仓库存放位置 |
||
---|---|---|---|
级别: 管理员
![]() |
9# 发表于:2021-05-24 15:59:35 IP:111.200.*.*
回复第8楼
您之前部署成功了是吗? 是不是您环境问题呢,setting文件没问题,包是能拉下来的 |
||
---|---|---|---|
1
共1页