Update archetype version reference 85/82685/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 24 Jun 2019 14:23:39 +0000 (16:23 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 24 Jun 2019 14:23:39 +0000 (16:23 +0200)
Archetypes support multiple target releases, this patch adds a table
summarizing supported versions in the Neon release train.

Change-Id: Ie65160fad632b92e0b0de3bf395e76b3fe75aa1c
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
docs/developer-guide/developing-apps-on-the-opendaylight-controller.rst

index 3d0401552f0dd2fb11ff3e842919aa3e0d7fc39c..e65ce06e9982acc31e1b13b2ca4295f9b45c261f 100644 (file)
@@ -60,10 +60,26 @@ To develop an app perform the following steps.
    .. code:: shell
 
        mvn archetype:generate -DarchetypeGroupId=org.opendaylight.archetypes -DarchetypeArtifactId=opendaylight-startup-archetype \
-       -DarchetypeCatalog=remote -DarchetypeVersion=1.1.0-SNAPSHOT
+       -DarchetypeCatalog=remote -DarchetypeVersion=<VERSION>
+
+   The correct VERSION depends on desired Simultaneous Release:
+
+   .. list-table:: Archetype versions
+      :widths: auto
+      :header-rows: 1
+
+      * - OpenDaylight Simultaneous Release
+        - opendaylight-startup-archetype version
+
+      * - Neon
+        - 1.1.0
+
+      * - Neon SR1
+        - 1.1.1
+
+      * - Neon SR2 Development
+        - 1.1.2-SNAPSHOT
 
-   To find the correct <Archetype-Version> for an OpenDaylight release, search https://nexus.opendaylight.org;
-   e.g. ``https://nexus.opendaylight.org/#nexus-search;gav~org.opendaylight.archetypes~~~~``.
 
 2. Update the properties values as follows. Ensure that the values for the groupId and
    the artifactId are in lower case.