Skip to content
Snippets Groups Projects
Commit ec9160c8 authored by timmolter's avatar timmolter
Browse files

xml formatting

parent 8589fe1c
No related branches found
No related tags found
No related merge requests found
......@@ -21,26 +21,26 @@ Maven
-----
The XChart artifacts are currently hosted on the Xeiam Nexus repository here:
<repositories>
<repository>
<id>xchange-release</id>
<releases/>
<url>http://nexus.xeiam.com/content/repositories/releases</url>
</repository>
<repository>
<id>xchange-snapshot</id>
<snapshots/>
<url>http://nexus.xeiam.com/content/repositories/snapshots/</url>
</repository>
</repositories>
<repositories>
<repository>
<id>xchange-release</id>
<releases/>
<url>http://nexus.xeiam.com/content/repositories/releases</url>
</repository>
<repository>
<id>xchange-snapshot</id>
<snapshots/>
<url>http://nexus.xeiam.com/content/repositories/snapshots/</url>
</repository>
</repositories>
Add this to dependencies in pom.xml:
<dependency>
<groupId>com.xeiam</groupId>
<artifactId>xchart</artifactId>
<version>1.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.xeiam</groupId>
<artifactId>xchart</artifactId>
<version>1.1.0-SNAPSHOT</version>
</dependency>
Building
===============
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment