[轉] 關於maven tomcat plugin 調試源碼的解決方案

來源:互聯網
上載者:User

標籤:

一、 解決關聯第三方jar源碼

        在pom檔案中加入:  

Xml代碼  
  1. <build>  
  2.     <plugins>  
  3.         <plugin>  
  4.                 <groupId>org.apache.maven.plugins</groupId>  
  5.                 <artifactId>maven-eclipse-plugin</artifactId>  
  6.                 <version>2.9</version>  
  7.                 <configuration>  
  8.                     <additionalProjectnatures>  
  9.                         <projectnature>org.eclipse.jdt.core.javanature</projectnature>  
  10.                         <projectnature>org.eclipse.m2e.core.maven2Nature</projectnature>  
  11.                         <projectnature>org.springframework.ide.eclipse.core.springnature</projectnature>  
  12.                     </additionalProjectnatures>  
  13.                     <additionalBuildcommands>  
  14.                         <buildcommand>org.eclipse.jdt.core.javabuilder</buildcommand>  
  15.                         <buildcommand>org.eclipse.m2e.core.maven2Builder</buildcommand>  
  16.                         <buildcommand>org.springframework.ide.eclipse.core.springbuilder</buildcommand>  
  17.                     </additionalBuildcommands>  
  18.                 </configuration>  
  19.             </plugin>  
  20.     </plugins>  
  21. </build>  

     在項目下執行:

Java代碼  
  1. mvn dependency:sources  

   然後再執行:

Java代碼  
  1. mvn eclipse:eclipse  

 

    基本上第三方jar就關聯上源碼了。。

 

二、關聯項目的源碼

Debug As --> Debug Configuration -->在右側面板選擇Source -->Add -->Project 

 下面就選擇自己的項目,添加進來,一路Ok,Apply 就行了

 注意:關聯了項目源碼之後,進行Debug時,Eclipse可能會彈出如的錯誤提示,直接點OK忽略即可。

 

----------------------------------------------------------

轉自:關於maven tomcat plugin 調試源碼的解決方案

 

[轉] 關於maven tomcat plugin 調試源碼的解決方案

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.