The easiest way I know is in combination with m2eclipse plugin:

  • Import Maven project
  • Run Configurations | Maven Build | New
  • Set base directory
  • Goals jetty:run
  • Debug with the newly created run configuration
  • No labels