Re: Optimizing the integration tests

2014-01-07 Thread Ron Smeral
Hi Christian, the test-utils is in the parent/code/pom.xml as a dependency, but then still, to get to the arquillian.xml file in the test-utils.jar, it would need to be unpacked using e.g. dependency:unpack plugin goal. Regarding basedir, because POMs are merged in Maven to form the

Re: Optimizing the integration tests

2014-01-07 Thread Christian Kaltepoth
Hey Ron, I don't think unpacking is necessary. If arquillian.xml is located in deltaspike/test-utils/src/main/resources, it will be on the classpath for all integration tests. That's basically the setup we are using for Rewrite since quite some time and it is working fine. See [1]. I guess you