1. Declare the jetty plugin in your pom.xml 2. The Maven panel (docked to the right by default) should now show jetty goals 3. Select "Plugins" -> "jetty" -> "jetty:run" in that panel 4. Context menu has options to run or debug the goal (besides other nice options)
1. Declare the jetty plugin in your pom.xml
2. The Maven panel (docked to the right by default) should now show jetty goals
3. Select "Plugins" -> "jetty" -> "jetty:run" in that panel
4. Context menu has options to run or debug the goal (besides other nice options)
Hope that helps,
-tt