From b5d370674c68ad3f35d6affb4ed8aafb676d1070 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 24 Jun 2019 16:39:06 +0200 Subject: [PATCH] Update archetype version reference 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 --- ...loping-apps-on-the-opendaylight-controller.rst | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/docs/developer-guide/developing-apps-on-the-opendaylight-controller.rst b/docs/developer-guide/developing-apps-on-the-opendaylight-controller.rst index c58e1e022..dc3b9e111 100644 --- a/docs/developer-guide/developing-apps-on-the-opendaylight-controller.rst +++ b/docs/developer-guide/developing-apps-on-the-opendaylight-controller.rst @@ -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= - To find the correct 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. -- 2.36.6