码迷,mamicode.com
首页 > 系统相关 > 详细

Eclipse使用Maven2的一次环境清理记录

时间:2017-06-09 12:34:18      阅读:580      评论:0      收藏:0      [点我收藏+]

标签:应用   egit   one   maven   jar包   classpath   cat   str   plugin   

1. C:\Users\Administrator\.m2\repository\com\yuanchuangyun\[module,yuanchuangyun-*]相关目录全删除。
2. D:\workspacegit\.metadata\.plugins\org.eclipse.wst.server.core\tmp2\wtpwebapps\yuanchuangyun-libra-web该目录删掉。
3. tomcat应用启动失败,就是缺少jar包:

<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>

放置位置:

    <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
        <attributes>
            <attribute name="maven.pomderived" value="true"/>
            <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
        </attributes>
    </classpathentry>

Eclipse使用Maven2的一次环境清理记录

标签:应用   egit   one   maven   jar包   classpath   cat   str   plugin   

原文地址:http://www.cnblogs.com/rgqancy/p/6971384.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!