Update archetype version reference 87/82687/2
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 24 Jun 2019 14:39:06 +0000 (16:39 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 24 Jun 2019 14:39:54 +0000 (16:39 +0200)
Archetypes support multiple target releases, this patch adds a table
summarizing supported versions in the Sodium 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 c58e1e0227200f0ea0e12a11406fff4f997e30d4..dc3b9e11159eba6e425a4c91329d8683d874274d 100644 (file)
@@ -60,10 +60,19 @@ 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.2.0-SNAPSHOT
+       -DarchetypeCatalog=remote -DarchetypeVersion=<VERSION>
 
-   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~~~~``.
+   The correct VERSION depends on desired Simultaneous Release:
+
+   .. list-table:: Archetype versions
+      :widths: auto
+      :header-rows: 1
+
+      * - OpenDaylight Simultaneous Release
+        - opendaylight-startup-archetype version
+
+      * - Sodium Development
+        - 1.2.0-SNAPSHOT
 
 2. Update the properties values as follows. Ensure that the values for the groupId and
    the artifactId are in lower case.