我构建了一个名为push-common
的常见maven模块。另一个项目需要导入它。使用Windows系统的人可以使用maven依赖项导入它。但是,使用Mac的人无法导入它。 pom.xml
配置如下
<dependency>
<groupId>com.llh</groupId>
<artifactId>push-common</artifactId>
<version>1.0</version>
</dependency>
实际上,push-common-1.0.jar
甚至已经下载到本地maven存储库中,但是无法导入到项目中。顺便说一下,IDE是intellij idea 14。
答案 0 :(得分:1)
使用mvn clean install构建项目,它将帮助您