[Web Service] rop maven 构建错误

lantian_123 2012-09-13
从github clone 项目下来直接,mavn clean install 报如下错误:


[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project rop-sample: Could not resolve dependencies for project com
.bookegou:rop-sample:war:1.0: Failure to find org.codehaus.woodstox:stax2-api:jar:3.1.1 in http://re
po.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted un
til the update interval of central has elapsed or updates are forced -> [Help 1]
 
按照错误提示加上这段也无效:
		<dependency>
			<groupId>org.codehaus.woodstox</groupId>
			<artifactId>stax2-api</artifactId>
			<version>3.1.1</version>
		</dependency>
 
求大神指点
shineer 2014-08-14
这个问题到现在都没解答吗?我也遇到了,不好搞呢
jyb0119 2014-08-15
rop-sample 有很多错误的,直接编辑rop吧
shineer 2014-08-16
这样啊,不知道作者有没有这个框架的设计文档呢,要是有就最好了
Global site tag (gtag.js) - Google Analytics