diff --git a/fortiss-std-env/maven-build/master-pom.xml b/fortiss-std-env/maven-build/master-pom.xml index bf040ea59de869153dd5e7fe9ee1faab570b2fba..34a66ac3bfaf6db68cde562feffc024d94421d7e 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 0000000000000000000000000000000000000000..74ba8751798bb7075268f2cda2c4c104670859d2 --- /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>