
maven
文章平均质量分 82
xinyuxiaoxiao5460
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
maven Missing artifact com.oracle:ojdbc14:jar:9.2.0.5:compile
pom.xml报maven Missing artifact com.oracle:ojdbc14:jar:9.2.0.5:compile异常,mvn clean ;mvn package;后显示build error,并且ojdbc149.2.5.jar包没有下载下来解决方案:手动下载ojdbc14-9.2.5.jar包到本地把ojdbc14-9.2.0.5.jar包拷贝到C转载 2013-11-01 09:28:00 · 3368 阅读 · 1 评论 -
错误整理:No plugin found for prefix 'jetty' in the current project and in the plugin groups
在maven进行jetty的调试中出现错误:[plain] view plaincopyprint?[ERROR] No plugin found for prefix 'jetty' in the current project and in the plu gin groups [org.apache.maven.plugins, org.codehaus.mojo] ava转载 2013-11-01 08:39:02 · 8960 阅读 · 0 评论