summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorNick Burch <nick@apache.org>2015-04-25 02:18:06 +0000
committerNick Burch <nick@apache.org>2015-04-25 02:18:06 +0000
commit6df5df0919949bf348953697ceb5f47741f279f7 (patch)
tree18fab7b5eb2b971744937254a2e42607bcfc1634 /build.xml
parent947e320ffa43d511bba7cd76416182b7179bf3ae (diff)
downloadpoi-6df5df0919949bf348953697ceb5f47741f279f7.tar.gz
poi-6df5df0919949bf348953697ceb5f47741f279f7.zip
Little bit more OSGi, not yet working #57857
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1675991 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 90d1cdc068..7e7db88fa3 100644
--- a/build.xml
+++ b/build.xml
@@ -1595,7 +1595,7 @@ under the License.
<target name="osgi" depends="mvn-install">
<echo message="Building OSGi bundle via Maven" />
- <mvn:mvn pom="osgi/build.xml">
+ <mvn:mvn pom="osgi/pom.xml">
<arg value="-Dpoi.version=${version.id}" />
<arg value="install" />
</mvn:mvn>