Maven依赖关系不可用存在于本地.m2存储库中|使用Eclipse构建

问题描述

为什么在我将jar添加到本地存储库后,maven缺少跟踪依赖项?

包括的依赖项:

    <dependency>
        <groupId>com.hcsc.aom2</groupId>
        <artifactId>aom2-read-write-cts3-impl</artifactId>
        <version>BC20.10-SNAPSHOT</version>
    </dependency>
    .
    .
    <pluginRepositories>
    <pluginRepository>
        <id>spring-snapshots</id>
        <name>Spring Snapshots</name>
        <url>https://repo.spring.io/snapshot</url>
        <snapshots>
            <enabled>true</enabled>
        </snapshots>
    </pluginRepository>
    <pluginRepository>
        <id>spring-milestones</id>
        <name>Spring Milestones</name>
        <url>https://repo.spring.io/milestone</url>
        <snapshots>
            <enabled>false</enabled>
        </snapshots>
    </pluginRepository>
</pluginRepositories>

我的本​​地.m2目录具有以下依赖性:

enter image description here

这是某种命名问题吗?

Maven错误

[WARNING] The POM for com.hcsc.aom2:aom2-read-write-cts3-impl:jar:BC20.10-SNAPSHOT is missing,no dependency @R_61_4045@ion available

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)