]> gerrit.simantics Code Review - simantics/platform.git/commitdiff
Merge "Use RuntimeEnvironmentRequest2 where applicable"
authorTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Tue, 28 Apr 2020 07:28:15 +0000 (07:28 +0000)
committerGerrit Code Review <gerrit2@simantics>
Tue, 28 Apr 2020 07:28:15 +0000 (07:28 +0000)
README.md
settings.xml [deleted file]

index c819359db1f9f2bdf3abffc6ccf91722ad492afe..f5ede656849b70fdece241f396bc880208dd894f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -13,11 +13,8 @@ Two plug-ins need to be installed into the IDE from P2 repositories:
 ## 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.
diff --git a/settings.xml b/settings.xml
deleted file mode 100644 (file)
index 1aabd4d..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<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>
-