|
@@ -842,9 +842,13 @@
|
|
<executions>
|
|
<executions>
|
|
<execution>
|
|
<execution>
|
|
<id>parallel-tests-createdir</id>
|
|
<id>parallel-tests-createdir</id>
|
|
|
|
+ <phase>process-test-resources</phase>
|
|
<goals>
|
|
<goals>
|
|
<goal>parallel-tests-createdir</goal>
|
|
<goal>parallel-tests-createdir</goal>
|
|
</goals>
|
|
</goals>
|
|
|
|
+ <configuration>
|
|
|
|
+ <testBuildData>${test.build.data}</testBuildData>
|
|
|
|
+ </configuration>
|
|
</execution>
|
|
</execution>
|
|
</executions>
|
|
</executions>
|
|
</plugin>
|
|
</plugin>
|