Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Jetty/Howto/Develop with Eclipse

< Jetty‎ | Howto
Revision as of 16:57, 23 February 2012 by Boulay.intalio.com (Talk | contribs) (New page: {{Jetty Howto | introduction = Jetty is a Maven project. To develop Jetty in Eclipse, follow these directions: ===Install the m2e plugin=== # From the Eclipse menu at the top of the scre...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)



Introduction

Jetty is a Maven project. To develop Jetty in Eclipse, follow these directions:

Install the m2e plugin

  1. From the Eclipse menu at the top of the screen, select Help > Eclipse Marketplace.
  2. Search for m2e.
  3. Install Maven Integration for Eclipse.

Download the Jetty Source code

Download the source code for Jetty to your disk, or just unpack the source zip file.

Import the Maven projects

  1. From the Eclipse menu, select File > Import.
  2. From the Maven folder, select Existing Maven Projects.
  3. Click Next.
  4. In the Import Maven projects pane, click Browse and select the top folder of the jetty source tree.
  5. Click Next/Finish to import all of jetty into Eclipse.
  6. Wait for Eclipse and M2E to compilie and set up the project.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.