Update IDE Setup authored by Sven Höper's avatar Sven Höper
# IDE Setup # IDE Setup
1. Download Eclipse Installer 1. Download Eclipse Neon - https://www.eclipse.org/downloads/packages/eclipse-modeling-tools/neon3
2. Setup Eclipse Neon using the installer 2. Unpack it to your place of choice & run it
3. Marketplace, search for qvt, install 3. Marketplace, search for qvt, install
4. (Marketplace, search for Eclipse Xtext, install - this is pre-installed for Eclipse Modeling) 4. (Marketplace, search for Eclipse Xtext, install - this is pre-installed for Eclipse Modeling)
5. Install new Software -> Add -> SonarQube/SonarLint, http://eclipse.sonarlint.org/ -> install SonarLint for Eclipse (see more at https://www.sonarlint.org/eclipse/howto.html) 5. Install new Software -> Add -> SonarQube/SonarLint, http://eclipse.sonarlint.org/ -> install SonarLint for Eclipse (see more at https://www.sonarlint.org/eclipse/howto.html)
5. Install new Software -> Work with 'All available sites' -> search for 'maven' -> select 'm2e - Maven Integration for Eclipse (includes Incubating components)' -> install 5. (Install new Software -> Work with 'All available sites' -> search for 'maven' -> select 'm2e - Maven Integration for Eclipse (includes Incubating components)' -> install) Marketplace, search for "Maven Integration for Eclipse", install
Setting up sonar Setting up sonar
Show View -> SonarQube Servers -> connect to sonarqube server -> sonarqube -> `https://archsec.informatik.uni-bremen.de:8080/sonar/` -> Token -> get Token from https://archsec.informatik.uni-bremen.de:8080/sonar/account/security and enter it in eclipse -> finish the dialog Show View -> SonarQube Servers -> connect to sonarqube server -> sonarqube -> `https://archsec.informatik.uni-bremen.de:8080/sonar/` -> Token -> get Token from https://archsec.informatik.uni-bremen.de:8080/sonar/account/security and enter it in eclipse -> finish the dialog
... ...
......