Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkuppe2008-12-02 12:03:38 +0000
committermkuppe2008-12-02 12:03:38 +0000
commitf3b1d97514de19f7422e19be124f65c024e69c71 (patch)
tree6b6379723f02325648f683cd8576bdda5f02f2f6 /protocols
parent6d24688e2e394430566821d7f2d924a45732a04a (diff)
downloadorg.eclipse.ecf-f3b1d97514de19f7422e19be124f65c024e69c71.tar.gz
org.eclipse.ecf-f3b1d97514de19f7422e19be124f65c024e69c71.tar.xz
org.eclipse.ecf-f3b1d97514de19f7422e19be124f65c024e69c71.zip
RESOLVED - bug 256262: [Discovery][SLP] Add Maven build (OSGi + standalone) to build at OSUOSL
https://bugs.eclipse.org/bugs/show_bug.cgi?id=256262
Diffstat (limited to 'protocols')
-rw-r--r--protocols/bundles/ch.ethz.iks.slp/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/bundles/ch.ethz.iks.slp/pom.xml b/protocols/bundles/ch.ethz.iks.slp/pom.xml
index a47da5e35..00a701d1d 100644
--- a/protocols/bundles/ch.ethz.iks.slp/pom.xml
+++ b/protocols/bundles/ch.ethz.iks.slp/pom.xml
@@ -71,7 +71,7 @@
<os family="windows" />
</condition>
<property name="maven.executable" value="mvn" />
- <exec dir="runtimeTests" executable="${maven.executable}">
+ <exec dir="runtimeTests" executable="${maven.home}/bin/${maven.executable}">
<arg line="package"/>
</exec>
<delete dir="test/storage" quiet="true"/>

Back to the top