Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save neuralsandwich/8ec80b2c2ad46056d5da to your computer and use it in GitHub Desktop.
Save neuralsandwich/8ec80b2c2ad46056d5da to your computer and use it in GitHub Desktop.
Using Eclipse to Develop Jenkins Plugins

Using Eclipse to Develop Jenkins Plugins

Installation

Creating Eclipse project from Maven

mvn -DdownloadSources=true -DdownloadJavadocs=true -DoutputDirectory=target/eclipse-classes eclipse:eclipse
  • Use Import as "Existing Projects into Workspace".
  • Do not import as "Existing Maven Project"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment