From c600faa8f4ad34910280d50c1c6bb06fb4c1a71b Mon Sep 17 00:00:00 2001 From: Florian Hoelzl <hoelzl@fortiss.org> Date: Sun, 14 Jul 2013 12:49:57 +0000 Subject: [PATCH] fixed master-pom and added target definition (experimental) --- fortiss-std-env/maven-build/master-pom.xml | 4 ++- .../maven-build/maven-target.target | 27 +++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 fortiss-std-env/maven-build/maven-target.target diff --git a/fortiss-std-env/maven-build/master-pom.xml b/fortiss-std-env/maven-build/master-pom.xml index bf040ea..34a66ac 100644 --- a/fortiss-std-env/maven-build/master-pom.xml +++ b/fortiss-std-env/maven-build/master-pom.xml @@ -26,7 +26,9 @@ <artifactId>tycho-surefire-plugin</artifactId> <version>${tycho-version}</version> <configuration> - <useUIHarness>false</useUIHarness> + <testFailuerIgnore>true</testFailuerIgnore> + <useUIHarness>true</useUIHarness> + <useUIThread>false</useUIThread> <argLine>-Xms256m -Xmx512m -XX:MaxPermSize=256M</argLine> <includes> <include>**/AllTests.java</include> diff --git a/fortiss-std-env/maven-build/maven-target.target b/fortiss-std-env/maven-build/maven-target.target new file mode 100644 index 0000000..74ba875 --- /dev/null +++ b/fortiss-std-env/maven-build/maven-target.target @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<?pde version="3.6"?> + +<target name="Maven Build Target Platform" sequenceNumber="7"> +<locations> +<location path="${eclipse_home}" type="Profile"/> +<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit"> +<repository location="http://download.eclipse.org/releases/indigo/"/> +</location> +<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit"> +<repository location="http://download.eclipse.org/eclipse/updates/3.7"/> +</location> +<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit"> +<repository location="http://lwjgl.org/update/"/> +</location> +<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit"> +<repository location="http://download.eclipse.org/technology/nebula/snapshot"/> +</location> +<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit"> +<repository location="http://download.eclipse.org/technology/swtbot/releases/latest/"/> +</location> +</locations> +<environment> +<arch>x86_64</arch> +<nl>de_DE</nl> +</environment> +</target> -- GitLab