These are the steps to import a Maven project (JBoss Trading) hosted on GitHub into JBoss Developer Studio 5 (Early Access) for the first time.
- Add Private Key
- Checkout Maven Project from SCM
- Find more SCM Connectors in the m2e Marketplace
- Install Maven SCM Handler for EGit
- Select Target Location and Revision
- Import Maven Projects
- Setup Maven Plugin Connectors
- Install Maven Plugin Connectors
- Done
Add Private Key
If the private key is not named id_dsa or id_rsa, then it has to be added.
- Window > Preferences
- General > Network Connections > SSH2
- Add Private Key…
Checkout Maven Project from SCM
- File > Import
- Maven > Check out Maven Projects from SCM
- Next >
Find more SCM Connectors in the m2e Marketplace
There are no SCM connectors installed.
- m2e Marketplace (link)
Install Maven SCM Handler for EGit
- Maven (check box)
- Lifecycles (check box)
- m2e-egit (check box)
- Finish
Complete the installation. Restart.
Select Target Location and Revision
- File > Import
- Maven > Check out Maven Projects from SCM
- SCM URL (select & text box)
- Finish
Passphrase
Import Maven Projects
- Next >
Setup Maven Plugin Connectors
I have configured the Build Helper Maven plugin in the trading-ws-client module to add a source directory. This Maven plugin is identified and mapped to the appropriate Eclipse plugin.
- Finish
Install Maven Plugin Connectors
- Finish
Complete the installation. Restart.









