You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2020/09/10 06:12:21 UTC

[isis] branch master updated: ISIS-2426: README: add Maven instructions

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 2d951b1  ISIS-2426: README: add Maven instructions
2d951b1 is described below

commit 2d951b1c897eb3ea6c3ef1fbc9b24773ac686bb8
Author: Andi Huber <ah...@apache.org>
AuthorDate: Thu Sep 10 08:12:07 2020 +0200

    ISIS-2426: README: add Maven instructions
---
 tooling/asciidoc-model/README.adoc | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/tooling/asciidoc-model/README.adoc b/tooling/asciidoc-model/README.adoc
index 0db0916..00ed77f 100644
--- a/tooling/asciidoc-model/README.adoc
+++ b/tooling/asciidoc-model/README.adoc
@@ -57,7 +57,19 @@ which renders as
 |1-2
 |=== 
 
+== Install
 
+Use Maven and our snapshot repository for a preview:
+https://github.com/apache-isis-committers/isis-nightly#maven[]
+
+[source,xml]
+----
+<dependency>
+    <groupId>org.apache.isis.tooling</groupId>
+    <artifactId>isis-tooling-asciidoc-model</artifactId>
+    <version>2.0.0-???</version>
+</dependency>
+----
 
 
  
\ No newline at end of file