Change-Id: I7192aa6186a0f6cc5e304a25d9450db6e99bd65f
## Building
To build the platform, run:
-mvn -s settings.xml package
+mvn package
or to run unit tests as well:
-mvn -s settings.xml verify
+mvn verify
-If you're building the platform inside Eclipse IDE, remember to give
-the settings.xml file to the Maven / User Settings preference page
-User Settings field.
+++ /dev/null
-<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
- http://maven.apache.org/xsd/settings-1.0.0.xsd">
- <servers>
- <server>
- <id>graph-builder-snapshot</id>
- <username>graph-builder</username>
- <password>graph-builder</password>
- </server>
- </servers>
-</settings>
-