一、该问题的重现步骤是什么?
1. mvn dependency:purge-local-repository clean package
2.
3.
二、你期待的结果是什么?实际看到的又是什么?
Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.8:purge-local-repository (default-cli) on project blade-scope-api: Failed to refresh project dependencies for: org.springblade:blade-scope-api:jar:2.1.0.RELEASE: required artifacts missing:
[ERROR] org.springblade:blade-starter-datascope:jar:2.1.0.RELEASE
[ERROR]
[ERROR] for the artifact:
[ERROR] org.springblade:blade-scope-api:jar:2.1.0.RELEASE
[ERROR]
[ERROR] from the specified remote repositories:
[ERROR] release (http://nexus.bladex.cn/repository/maven-public/, releases=true, snapshots=true),
三、你正在使用的是什么产品,什么版本?在什么操作系统上?
BladeX 2.1.0.RELEASE
四、请提供详细的错误堆栈信息,这很重要。
五、若有更多详细信息,请在下面提供。
<repositories>
<repository>
<id>release</id>
<name>Release Repository</name>
<url>http://nexus.bladex.cn/repository/maven-public/</url>
</repository>
<repository>
<id>aliyun-repos</id>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>aliyun-plugin</id>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
扫一扫访问 Blade技术社区 移动端