1. 程式人生 > >maven update web工程報錯

maven update web工程報錯

報錯Description Resource Path Location Type
Classpath entry org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER will not be exported or published. Runtime ClassNotFoundExceptions may result. dsaf P/dsaf Classpath Dependency Validator Message

修改工程下 .classpath

    <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>