
maven
ocean_30
这个作者很懒,什么都没留下…
展开
-
maven下载错误jar文件导致项目出现错误
<br />电脑重做了系统,运行以前的项目出现以下错误:<br />java.lang.NoClassDefFoundError: org/hibernate/annotations/common/reflection/MetadataProvider <br />打开maven库发现里面的jar文件为0K,把该jar文件删除更新maven库,项目就能正常运行了。原创 2011-05-17 10:05:00 · 1633 阅读 · 0 评论 -
Maven pom.xml 文件解析
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance " xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/转载 2011-09-04 20:19:00 · 1237 阅读 · 0 评论 -
How to create a Maven web app and deploy to Tomcat - fast
ProcedurePrerequisites and AssumptionsStep One - Prepare the Tomcat Manager applicationStep Two - Create a New Web App Using Maven转载 2011-09-17 17:48:07 · 1374 阅读 · 0 评论 -
maven系列笔记(安装、下载jar、搭建私服)
1,首先到http://maven.apache.org/download.html 下载合适的Maven版本,我下载的是Maven 2.0.9 (zip)。2,解压文件到你想安装的目录,我的是F:\apache-maven-2.0.9。3,在环境变量的用户变量中增加名为转载 2011-08-22 17:47:27 · 3965 阅读 · 1 评论 -
使用m2e创建maven项目出错及解决办法
在eclipse下,使用m2e插件创建maven项目时,出现以下错误:错误详细说明如下:项目显示状态如下图,但奇怪的是markers并没有显示有错误信息:设置maven参数及重启eclipse,但错误依旧,网上查找相关错误信息,也没有得到解决。最后,根据错误的详细说明找到依赖的jar,发现jar文件大小有问题,并且使用原创 2013-04-06 18:53:41 · 1335 阅读 · 0 评论