summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/dosgi-calculator/pom.xml
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2010-01-26 18:39:31 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2010-01-26 18:39:31 +0000
commit7203c391cff6555b1330d88702110d2fcb585501 (patch)
tree0d4a3c261b52c997031f9f3478b42a6db494c21f /sca-java-2.x/trunk/samples/dosgi-calculator/pom.xml
parentc4d765732c7d3b61993192c287d93982ee1e8f35 (diff)
Set the osgi.configuration.area to target/equinox to avoid writing permission issues with Hudson build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@903356 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples/dosgi-calculator/pom.xml')
-rw-r--r--sca-java-2.x/trunk/samples/dosgi-calculator/pom.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/samples/dosgi-calculator/pom.xml b/sca-java-2.x/trunk/samples/dosgi-calculator/pom.xml
index aaf8569620..611d07abaf 100644
--- a/sca-java-2.x/trunk/samples/dosgi-calculator/pom.xml
+++ b/sca-java-2.x/trunk/samples/dosgi-calculator/pom.xml
@@ -136,7 +136,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>