2013年11月9日 星期六

maven - 使用eclipse執行時出現 copy-dependencies is not supported by m2e

參考:http://stackoverflow.com/questions/8271106/m2e-copy-dependencies-is-not-supported-by-m2e

需求:maven的pom.xml中使用maven-dependency-plugin,來使用第三方jar,卻報以下錯誤:
copy-dependencies is not supported by m2e


方式:
  1.
  先在pom.xml 中的<build></build>中加入

     
 
            
                
                    org.eclipse.m2e
                    lifecycle-mapping
                    1.0.0
                    
                        
                            
                                
                                    
                                        org.apache.maven.plugins
                                        maven-dependency-plugin
                                        [2.0,)
                                        
                                            copy-dependencies
                                        
                                    
                                    
                                        
                                    
                                
                            
                        
                    
                
            
          


2.右鍵->run as->Maven Install

  等待步驟2跑完後即可解決

沒有留言:

張貼留言