Update IDE Setup authored by Sven Höper's avatar Sven Höper
...@@ -4,8 +4,12 @@ ...@@ -4,8 +4,12 @@
2. Setup Eclipse Neon using the installer 2. Setup Eclipse Neon using the installer
3. Marketplace, search for qvt, install 3. Marketplace, search for qvt, install
4. Marketplace, search for Eclipse Xtext, install 4. Marketplace, search for Eclipse Xtext, install
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
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
* Clone required repositories and import them in a workspace. * Clone required repositories and import them in a workspace.
* Select target platform * Select target platform
* annotation setup * annotation setup
... ...
......