Java .classpath文件Classpath entry org.maven.eclipse.MAVEN2_CLASSPATH_CONTAINER will not be exported o

Classpath entry org.maven.eclipse.MAVEN2_CLASSPATH_CONTAINER will not be exported or published

在實際用Maven構建Java Web項目開發過程當中,有時候會出現上述狀況的警告,若是不解決這個警告,就會在啓動Web服務器的時候拋出沒法加載Maven管理的第三方jar包的異常。服務器

因此,要解決上面的問題主要包含如下幾個步驟:eclipse

1.首先在項目的根目錄找到.classpath文件而後打開該文件,找到如下標籤內容,而後添加下面綠線標註的標籤內容:
maven

 

<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">ui

 

                <attributes>spa

 

                        <attribute name="maven.pomderived" value="true"/>component

 

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

 

                </attributes>ip

</classpathentry>ci

2.而後,在Eclipse項目管理器選種你的項目,右鍵依次選擇Build Path->Configure Build Path->Order and Export,勾選Maven Dependencies,單擊Ok項目管理

3.最後,clean當前項目,而後查看Problems選項卡下的Warning中是否還有Classpath entry org.maven.eclipse.MAVEN2_CLASSPATH_CONTAINER will not be exported or published警告,若是沒有了,那問題就解決了。

接着啓動服務器,就不會拋出沒法加載Maven管理的第三方jar包的異常了。

相關文章
相關標籤/搜索