我在将jar文件提供给maven 3构建过程时遇到问题
我已将jar文件gwt-openlayers-server-1.0-SNAPSHOT.jar部署到libs-snapshot-local
我可以使用Artifacts选项卡中的常规查找找到此jar文件,它显示为
<dependency>
<groupId>org.gwtopenmaps.openlayers</groupId>
<artifactId>gwt-openlayers-server</artifactId>
<version>1.0-20130320.151820-1</version>
</dependency>
所以我知道神器有它。
当我尝试使用带有以下部分的pom进行构建时
<dependency>
<groupId>org.gwtopenmaps.openlayers</groupId>
<artifactId>gwt-openlayers-server</artifactId>
<version>1.0-SNAPSHOT</version>
我收到一个构建错误,其中包含无法找到gwt-openlater-server的诊断信息,请参阅列表。
我不明白为什么我遇到这个问题,神器有文件!
我正在使用mvn -U compile
任何建议
答案 0 :(得分:1)
检查您是否有maven-metadata.xml损坏,或者您的快照信息是否为空。它不应该是。