updated documentation

This commit is contained in:
benni 2012-11-19 16:29:16 +01:00
parent 438e378dd8
commit 5510d515a7

View File

@ -81,13 +81,13 @@ 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> <pre><code class="xml">
&ltrepositories&gt <repositories>
&ltrepository&gt <repository>
&ltid&gtmbassador-github-repo&lt/id&gt <id>mbassador-github-repo</id>
&lturl&gthttps://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> </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.