


Once everything builds, all errors should disappear. If this is the first time for some plug-in installs, Eclipse may prompt you to restart. These shouldīe automatically resolved as plug-ins are installed and Eclipse continues the build process. You may see errors appear in the "Problems" tab. You may be prompted for resolving any missing Maven plugins - accept the ones offered. Let Eclipse run through building the project. > Maven > Existing Maven Projects > Navigate to root path of the local forge repo and Right-click inside of Package Explorer > Import. Install Eclipse 2018-12 or later for Java. If you execute java -version at the shell or command prompt, it should report version 1.8 or later. Make sure the Java SDK is installed - not just the JRE.

TortoiseGit will use this for accessing GitHub.įork the Forge git repo to your GitHub account.Ĭlone your forked repo to your local machine. Run pageant.exe and add the private key generated earlier. If you just leave the dialog open, you can copy and paste the key from it to your GitHub profile under Run puttygen.exe to generate the key - save the private key and export If you are on a Windows machine you can use Putty with TortoiseGit for SSH keys. You'll need to setup an account and your SSH key. Project Setupįollow the instructions for cloning from GitHub. Example for Windows & Linux: mvn -U -B clean -P windows-linux installĮclipse includes Maven integration so a separate install is not necessary.

Run Maven to download all dependencies and build a snapshot. Go to the project location on your machine. Login into GitHub with your user account and fork the project.Ĭlone your forked project to your local machine
