Mercurial > lada > lada-server
comparison pom.xml @ 324:299be497b78e
Use a more genereic path to LAF files in maven tests.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Fri, 23 Aug 2013 11:49:38 +0200 |
parents | 5844d7457dde |
children | 2cb9ee38fd1b |
comparison
equal
deleted
inserted
replaced
323:707e1dfb892c | 324:299be497b78e |
---|---|
250 <version>2.4.3</version> | 250 <version>2.4.3</version> |
251 <configuration> | 251 <configuration> |
252 <systemProperties> | 252 <systemProperties> |
253 <property> | 253 <property> |
254 <name>de.intevation.lada.test.singleprobe</name> | 254 <name>de.intevation.lada.test.singleprobe</name> |
255 <value>/home/rrenkert/single.laf</value> | 255 <value>${basedir}/test/single.laf</value> |
256 </property> | 256 </property> |
257 <property> | 257 <property> |
258 <name>de.intevation.lada.test.incompleteprobe</name> | 258 <name>de.intevation.lada.test.incompleteprobe</name> |
259 <value>/home/rrenkert/incomplete.laf</value> | 259 <value>${basedir}/test/incomplete.laf</value> |
260 </property> | 260 </property> |
261 <property> | 261 <property> |
262 <name>de.intevation.lada.import</name> | 262 <name>de.intevation.lada.import</name> |
263 <value>/opt/lada/config/import.json</value> | 263 <value>${basedir}/config/import.json</value> |
264 </property> | 264 </property> |
265 </systemProperties> | 265 </systemProperties> |
266 </configuration> | 266 </configuration> |
267 </plugin> | 267 </plugin> |
268 </plugins> | 268 </plugins> |