From 3faca1b6951632a7c71806443aaf4cee830d9bf0 Mon Sep 17 00:00:00 2001 From: Florian Hoelzl <hoelzl@fortiss.org> Date: Sun, 14 Jul 2013 13:12:14 +0000 Subject: [PATCH] fixed typo in master pom refs 1411 --- fortiss-std-env/maven-build/master-pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fortiss-std-env/maven-build/master-pom.xml b/fortiss-std-env/maven-build/master-pom.xml index 34a66ac..1c96d76 100644 --- a/fortiss-std-env/maven-build/master-pom.xml +++ b/fortiss-std-env/maven-build/master-pom.xml @@ -26,7 +26,7 @@ <artifactId>tycho-surefire-plugin</artifactId> <version>${tycho-version}</version> <configuration> - <testFailuerIgnore>true</testFailuerIgnore> + <testFailureIgnore>true</testFailureIgnore> <useUIHarness>true</useUIHarness> <useUIThread>false</useUIThread> <argLine>-Xms256m -Xmx512m -XX:MaxPermSize=256M</argLine> -- GitLab