wiki/howto/onboarding.md
... ...
@@ -96,7 +96,7 @@ Beside the installation script for Eclipse Mars, there is also one for the new E
96 96
* Press List Races
97 97
98 98
#### Maven Setup
99
-Copy the settings.xml **and** the toolchains.xml from the top-level git folder to your ~/.m2 directory and adjust the proxy settings accordingly (uncomment if you are in the corporate network). Set the paths inside of the toolchains.xml to your JDKs root folders depending on where you installed them (this is like setting the compiler for your IDE, only for Maven, so there is no JDK hardcoded into the Maven configuration). Make sure the mvn executable you installed above is in your path. Open a shell (preferrably a git bash or a cygwin bash), cd to the git workspace's root folder and issue "./configuration/buildAndUpdateProduct.sh build". This should build the software and run all the tests. If you want to avoid the tests being executed, use the -t option. If you only want to build one GWT permutation (Chrome/English), use the -b option. When inside the SAP VPN, add the -p option for proxy use. Run the build script without arguments to get usage hints.
99
+Copy the settings.xml **and** the toolchains.xml from the top-level git folder to your ~/.m2 directory. Adjust the proxy settings in settings.xml accordingly (suggested settings for corporate network inside). Set the paths inside of toolchains.xml to your JDKs depending on where you installed them (this is like setting the compiler for your IDE, but for Maven; This makes it possible to build with the same Maven configuration on every system). Make sure the mvn executable you installed above is in your path. Open a shell (preferrably a git bash or a cygwin bash), cd to the git workspace's root folder and issue "./configuration/buildAndUpdateProduct.sh build". This should build the software and run all the tests. If you want to avoid the tests being executed, use the -t option. If you only want to build one GWT permutation (Chrome/English), use the -b option. When inside the SAP VPN, add the -p option for proxy use. Run the build script without arguments to get usage hints.
100 100
101 101
#### Further hints
102 102
- Configure Eclipse to use Chrome or Firefox as the default browser