updated documentation

This commit is contained in:
benni 2012-11-19 16:22:18 +01:00
parent 899125ee09
commit aa4edc0410

View File

@ -81,23 +81,21 @@ 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> &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>
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>
<dependency> &ltdependency&gt
<groupId>org.mbassy</groupId> &ltgroupId&gtorg.mbassy&lt/groupId&gt
<artifactId>mbassador</artifactId> &ltartifactId&gtmbassador&lt/artifactId&gt
<version>1.0.0.RC</version> &ltversion&gt1.0.0.RC&lt/version&gt
</dependency> &lt/dependency&gt
</pre></code>
3. Run mvn clean package to have maven download and install the required version into your local repository 3. Run mvn clean package to have maven download and install the required version into your local repository