From: Tuukka Lehtonen Date: Thu, 10 Aug 2017 10:35:14 +0000 (+0300) Subject: Fixed mvn package and verify to also work with linux (+mac?) X-Git-Tag: v1.31.0~261 X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=commitdiff_plain;h=ad8d06d08e3509cc6f55266c9fcfb4287a290ffb;hp=1d8c627e28e8db17a8fef325ed27748e7f29d0ac Fixed mvn package and verify to also work with linux (+mac?) Added settings.xml file to root that contains credentials for Maven to download the Simantics maven graph-compiler plugin. refs #7358 --- diff --git a/README.md b/README.md new file mode 100644 index 000000000..d0d9155e4 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +To build the platform, run: +mvn -s settings.xml package + +or to run unit tests as well: +mvn -s settings.xml 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/bundles/org.simantics.editors.win32/pom.xml b/bundles/org.simantics.editors.win32/pom.xml new file mode 100644 index 000000000..d987eeb7a --- /dev/null +++ b/bundles/org.simantics.editors.win32/pom.xml @@ -0,0 +1,31 @@ + + 4.0.0 + org.simantics.editors.win32 + eclipse-plugin + 1.0.0-SNAPSHOT + + + org.simantics + org.simantics.root.bundles + 1.0.0-SNAPSHOT + .. + + + + + + org.eclipse.tycho + target-platform-configuration + + + + win32 + + + + + + + + diff --git a/releng/org.simantics.tycho.configuration/pom.xml b/releng/org.simantics.tycho.configuration/pom.xml index 66070b623..86c4ce44d 100644 --- a/releng/org.simantics.tycho.configuration/pom.xml +++ b/releng/org.simantics.tycho.configuration/pom.xml @@ -66,7 +66,6 @@ - win32 win32 @@ -88,13 +86,11 @@ win32 x86_64 - diff --git a/settings.xml b/settings.xml new file mode 100644 index 000000000..1aabd4d98 --- /dev/null +++ b/settings.xml @@ -0,0 +1,13 @@ + + + + graph-builder-snapshot + graph-builder + graph-builder + + + +