Netbeans jetty maven项目调试配置

netbeans版本:6.8

1.         打开tools菜单:
 Netbeans jetty maven项目调试配置

2.         选择miscellaneous
 Netbeans jetty maven项目调试配置

3.         选择 Edit global customs goal definitions
Netbeans jetty maven项目调试配置

4.         选择 Add
Netbeans jetty maven项目调试配置

5.         填写action名称
Netbeans jetty maven项目调试配置

6.         填写 Excute Goals jetty run
Netbeans jetty maven项目调试配置

7.         填写 set properties jpda.listen=maven
MAVEN_OPTS=-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000
  Netbeans jetty maven项目调试配置

8.         当前项目右击选择:custom 即可看到所添加的action

Netbeans jetty maven项目调试配置


word附件

你可能感兴趣的:(maven,socket,Netbeans)