wiki/howto/onboarding.md
... ...
@@ -161,13 +161,13 @@ If you are working with a linux-system and you get the error message `error whil
161 161
* *.gwt.xml , add `<inherits name="-modulename-.-gwt.xml file name-" />`
162 162
* In DebugConfigurations => Classpaths, Add Sourcefolder where classes are you want to user from the module
163 163
2. For Maven Build
164
- * pom.xml , Add Dependency to used module ie.
165
-`<dependency>
166
-<groupId>com.sap.sailing</groupId>
167
-<artifactId>com.sap.sailing.domain.common</artifactId>
168
-<version>1.0.0-SNAPSHOT</version>
169
-<classifier>sources</classifier>
170
-</dependency>`
164
+ * pom.xml , Add Dependency to used module ie.
165
+`<dependency>`
166
+`<groupId>com.sap.sailing</groupId>`
167
+`<artifactId>com.sap.sailing.domain.common</artifactId>`
168
+`<version>1.0.0-SNAPSHOT</version>`
169
+`<classifier>sources</classifier>`
170
+`</dependency>`
171 171
172 172
#### Using Android Studio for Development
173 173