updated documentation

This commit is contained in:
benni 2012-11-19 16:32:02 +01:00
parent 5510d515a7
commit b683a6336a

View File

@ -82,12 +82,12 @@ The following steps are necessary:
1. Add the repository location to your pom.xml
<pre><code class="xml">
<repositories>
<repository>
<id>mbassador-github-repo</id>
<url>https://raw.github.com/bennidi/mbassador/master/maven</url>
</repository>
</repositories>
&lt;repositories&gt;
&lt;repository&gt;
&lt;id&gt;mbassador-github-repo&lt;/id&gt;
&lt;url&gt;https://raw.github.com/bennidi/mbassador/master/maven&lt;/url&gt;
&lt;/repository&gt;
&lt;/repositories&gt;
</pre></code>
2. Add the MBassador dependency to your pom.xml. You can check which versions are available by browsing
the git repository online.