
maven
iteye_19582
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
maven 工程管理(最普通的pom.xml)
[quote][/quote][align=left][/align] 4.0.0 bee.vision appserver war 2.2.2 VisionTV 2.2.x Development Framework BEE MediaSoft Limited http://www.beemediasoft.com package ...2009-07-15 12:44:49 · 144 阅读 · 0 评论 -
maven中的jar包冲突
Web library project archive jaxb-api-2.0.jar conflicts with another archive also mapped to the WEB-INF/lib folder. 在maven工程中,如果出现如上问题,可能原因是在pom.xml文件中引用的jar包依赖两个位置不同但是名 字相同的jar包,验证方法如下: 在cm...2009-08-12 14:56:52 · 129 阅读 · 0 评论