configuration of Junit tests

2006-09-20 Thread detlef . brendle
Hello, Im pretty new to M2 I must say. Nevertheless I would like to understand how I can do things such as calling a test class with VM arguments. In our project we have got something similar to M2. The module has got a descriptor in which a user can configure a unit test suite including

Re: configuration of Junit tests

2006-09-20 Thread Iulian Costan
i think you need systemProperties tag; sample bellow: groupIdorg.apache.maven.plugins/groupId artifactIdmaven-surefire-plugin/artifactId configuration skipfalse/skip systemProperties property nameHOST/name value${host}/value