From b291c363badec283553d8e013c5fa912a930e764 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 22 Nov 2020 10:22:27 +0100 Subject: Project skeleton Change-Id: I5609adfca13ffad643a3db93e848fc01636b066a --- README.adoc | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 README.adoc (limited to 'README.adoc') diff --git a/README.adoc b/README.adoc new file mode 100644 index 0000000..c9ae2de --- /dev/null +++ b/README.adoc @@ -0,0 +1,62 @@ += ÄndGgner -- Programmbibliothek zur Konsolidierung von Änderungsgesetzen des Bundes und der Länder +Matthias Andreas Benkard +// Meta +:experimental: +:data-uri: +:sectnums: +:toc: +:stem: +:toclevels: 2 +:description: ÄndGgner Manual +:keywords: mulk +// Settings +:icons: font +:source-highlighter: pygments + + +== Resources + +|=== +|Resource |Links + +|Public Artifact +|https://bintray.com/mulk/maven/aendggner[Bintray] + +|Bug Tracker +|MantisBT +|=== + + +[[building]] +== Building a JAR + +To build an executable JAR at +`target/aendggner-${REVISION}-shaded.jar`: + +[source,shell script] +---- +./mvnw package +---- + +`${REVISION}` defaults to `0.1.0-SNAPSHOT` unless you override it by +passing the `-Drevision` flag to `mvnw`. + + +== Running the Command Line Application + +To run the command line application after <> it: + +[source,shell script] +---- +./mvnw exec:java +---- + + +== Running the Tests + +To build and run the tests: + +[source,shell script] +---- +./mvnw verify +---- -- cgit v1.2.1