From 7e27395b454f403222dd82d2047fc067c730f15f Mon Sep 17 00:00:00 2001 From: Thomas Chojecki Date: Sat, 21 Feb 2015 23:07:01 +0100 Subject: [PATCH] some info, how to use the maven repository for this project --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index 736b948e..795092fb 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,30 @@ This project requires Maven to run. Build project with "mvn clean install". This More informations in [the mustang documentation](https://github.com/Rayman2200/PDFA3/blob/master/mustang/doc/ZugferdDev.en.pdf?raw=true)). +Usage +----- + +If you setup a Maven project, you can grab the artifacts from this maven repository. + + +```xml + + + mustang-mvn-repo + https://raw.github.com/Rayman2200/PDFA3/mvn-repo/ + + +``` + +As dependency use this + +```xml + + org.mustangproject.ZUGFeRD + mustang + 1.1.1alpha + +``` Contact -----