summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2011-04-29 16:34:35 +0000
committerRobert Gemmell <robbie@apache.org>2011-04-29 16:34:35 +0000
commit007e56e18b731df8b6232afc3e66c1e8178ae216 (patch)
treee147b903b28d1b602f7b2c4e5cd89c986db5dc23 /doc
parent9d3b34066b5704f14d1878150d17147a92a78457 (diff)
downloadqpid-python-007e56e18b731df8b6232afc3e66c1e8178ae216.tar.gz
QPID-3230: add section to the downloads page to describe using the Maven artifacts for the java client
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1097873 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'doc')
-rw-r--r--doc/website/content/download.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/website/content/download.html b/doc/website/content/download.html
index 66160bf9f2..477e7aa0cf 100644
--- a/doc/website/content/download.html
+++ b/doc/website/content/download.html
@@ -199,6 +199,25 @@ Other mirrors: <select name="Preferred">
</tbody></table>
</div>
+ <h3><a name="Download-Maven"></a>Maven artifacts</h3>
+ <p>The Java client is also available via the Maven central repository. To use the client in your Maven build you should add the following dependency to your POM:</p>
+ <code>
+&lt;dependency&gt;<br />
+&nbsp;&nbsp;&lt;groupId&gt;org.apache.qpid&lt;/groupId&gt;<br />
+&nbsp;&nbsp;&lt;artifactId&gt;qpid-client&lt;/artifactId&gt;<br />
+&nbsp;&nbsp;&lt;version&gt;0.10&lt;/version&gt;<br />
+&lt;/dependency&gt;
+ </code>
+
+ <p>Additionally, you must provide the JMS API if it is not already available in your compilation and/or runtime environment, an example dependency for this would be:</p>
+ <code>
+&lt;dependency&gt;<br />
+&nbsp;&nbsp;&lt;groupId&gt;org.apache.geronimo.specs&lt;/groupId&gt;<br />
+&nbsp;&nbsp;&lt;artifactId&gt;geronimo-jms_1.1_spec&lt;/artifactId&gt;<br />
+&nbsp;&nbsp;&lt;version&gt;1.0&lt;/version&gt;<br />
+&lt;/dependency&gt;
+ </code>
+
<h2><a name="Download-PreviousRelease"></a>Previous Releases</h2>
<p>Previous releases are available from <a href="http://archive.apache.org/dist/qpid/">http://archive.apache.org/dist/qpid/