如何通过Nexus获取Spring-roo org.springframework.roo.annotations工件?
我们使用Nexus作为maven存储库服务器。我创建了一个新的Spring Roo项目,但是不能在Eclipse中(实际上是STS)或通过mvn package解析org.springframework.roo.annotations。我在Nexus中添加了Spring-roo存储库作为http://spring-roo-repository.springsource.org/release/,并将其添加到公共组中。
我不知道是否有办法迫使maven下载依赖项,这样我就可以尝试不同的Nexus配置。我认为上面的配置很简单。
我已经通过http://spring-roo-repository.springsource.org/release/ remote的"Browse Remote“检查了Nexus Remote存储库,并看到所需的jar在那里。
发布于 2013-07-14 14:16:12
在Nexus中,通过以下方式解决了该问题:
spring
https://stackoverflow.com/questions/17567205
复制相似问题