diff options
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/trunk/samples/helloworld-bpel/pom.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/samples/helloworld-bpel/pom.xml b/sca-java-2.x/trunk/samples/helloworld-bpel/pom.xml index 79de6d513e..51098982bb 100644 --- a/sca-java-2.x/trunk/samples/helloworld-bpel/pom.xml +++ b/sca-java-2.x/trunk/samples/helloworld-bpel/pom.xml @@ -104,7 +104,14 @@ <goals> <goal>test</goal> </goals> - <configuration></configuration> + <configuration> + <systemProperties> + <property> + <name>osgi.configuration.area</name> + <value>${project.build.directory}/equinox</value> + </property> + </systemProperties> + </configuration> </execution> </executions> </plugin> |