]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - settings.xml
Fixed mvn package and verify to also work with linux (+mac?)
[simantics/platform.git] / settings.xml
diff --git a/settings.xml b/settings.xml
new file mode 100644 (file)
index 0000000..1aabd4d
--- /dev/null
@@ -0,0 +1,13 @@
+<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>
+