# HG changeset patch # User Raimund Renkert # Date 1377068206 -7200 # Node ID 9e2f9c85e7fec44d0a5c3d70b08c2548e526f26d # Parent fb47c445af2096c021acc8ba3c50f1afd0d271ba Added system properties to maven surefire plugin to have them available in tests. diff -r fb47c445af20 -r 9e2f9c85e7fe pom.xml --- a/pom.xml Tue Aug 20 16:21:55 2013 +0200 +++ b/pom.xml Wed Aug 21 08:56:46 2013 +0200 @@ -243,15 +243,43 @@ true + + + junit + junit + 4.10 + + + org.jboss.resteasy + resteasy-jaxrs + 2.2.2.GA + + + org.apache.httpcomponents + httpcore + 4.1.4 + + maven-surefire-plugin 2.4.3 - + + + de.intevation.lada.test.singleprobe + /home/rrenkert/single.laf + + + de.intevation.lada.test.incompleteprobe + /home/rrenkert/incomplete.laf + + + de.intevation.lada.import + /opt/lada/config/import.json + +