Eclipse中出現無法找到Maven包
症狀:出現org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER, 且出現無法找到Maven的依賴的問題
解決方案:Build Path -》 Java Build Path -》Libraries -》Add Library -》Maven Managed Dependences -》點擊Next -》點擊‘Maven Project settings’ ,
在‘Active Maven Profiles (comma separated)’下面的輸入框中輸入“Maven Dependencies”確認即可。
此時會在Classpath 的Libraries的標簽欄下面看到添加的‘Maven Dependencies’。