From ad8d06d08e3509cc6f55266c9fcfb4287a290ffb Mon Sep 17 00:00:00 2001 From: Tuukka Lehtonen Date: Thu, 10 Aug 2017 13:35:14 +0300 Subject: [PATCH] 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 --- README.md | 9 ++++++ bundles/org.simantics.editors.win32/pom.xml | 31 +++++++++++++++++++ .../org.simantics.tycho.configuration/pom.xml | 4 --- settings.xml | 13 ++++++++ 4 files changed, 53 insertions(+), 4 deletions(-) create mode 100644 README.md create mode 100644 bundles/org.simantics.editors.win32/pom.xml create mode 100644 settings.xml 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 + + + + -- 2.43.2