From f087d08119a454558ee1f08697dc1e9d3f7bed11 Mon Sep 17 00:00:00 2001 From: Thomas Chojecki Date: Sat, 21 Feb 2015 18:42:17 +0100 Subject: [PATCH] Correct the Running chapter in the readme --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d9b0c666..736b948e 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,13 @@ Subject to the Apache license http://www.apache.org/licenses/LICENSE-2.0.html Running ----- -Requires Maven to run. Use "mvn test" to generate the output for the test PDF file attachments, -chdir to mustang and use "mvn package" to build the Mustang JAR (more info in [the mustang documentation](https://github.com/Rayman2200/PDFA3/blob/master/mustang/doc/ZugferdDev.en.pdf?raw=true)). +This project requires Maven to run. Build project with "mvn clean install". This will build the project, test it and install the artifacts to local cache. After that the mustang jar can be used. + +More informations in [the mustang documentation](https://github.com/Rayman2200/PDFA3/blob/master/mustang/doc/ZugferdDev.en.pdf?raw=true)). Contact ----- -Developers: Thomas Chojecki and Jochen Stärk. For questions please contact Jochen at jstaerk [at] usegroup.de +Developer: Jochen Stärk. For questions please contact Jochen at jstaerk [at] usegroup.de +