updated documentation

This commit is contained in:
benni 2012-11-19 16:33:38 +01:00
parent b683a6336a
commit a339f96cb7

View File

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