add sonar:sonar description to the build.adoc
diff --git a/oKBereitschaftsplanungDoku/howto/build.adoc b/oKBereitschaftsplanungDoku/howto/build.adoc
index 4df5023..688208b 100644
--- a/oKBereitschaftsplanungDoku/howto/build.adoc
+++ b/oKBereitschaftsplanungDoku/howto/build.adoc
@@ -10,7 +10,7 @@
 ******************************************************************************
 ////
 = openKonsequenz "Standby Planning" - How to build 
-:Date: 2018-06-29
+:Date: 2018-07-04
 :Revision: 1
 
 This document describes how the modules for the "Standby Planning" application can be build.
@@ -23,6 +23,7 @@
 
  * mvn clean org.jacoco:jacoco-maven-plugin:0.8.1:prepare-agent install tomcat7:redeploy
 
+.list of statements
 [cols="2", options="header"]
 |===
 |statement |description
@@ -30,8 +31,9 @@
 |clean|maven phase to remove the existing packages in project
 |org.jacoco:jacoco-maven-plugin:0.8.1:prepare-agent |agent that analyse the test results to get a test rating for the unit tests
 |install|maven command to build a .jar or .war file
-|tomcat7:redeploy |maven command to move the builded .war to the configured tomcat.
+|tomcat7:redeploy |maven command to move the builded .war file to the configured tomcat.
+|sonar:sonar |pushes the needed data to a sonarqube
 |===
 
 == 2.b Back End (automatic build)
-
+//TODO add Jenkins URL of Eclipse Project