Add more context for onos builds

Change-Id: I541d09529471059bab4fad323e16f1505ef57f54
diff --git a/howto/release/components/index.rst b/howto/release/components/index.rst
index 77c45c5..b46cd67 100644
--- a/howto/release/components/index.rst
+++ b/howto/release/components/index.rst
@@ -6,6 +6,7 @@
 
    onos_components
    onos_dependencies
+   maven_plugins
    voltha-protos
 
    voltha-go.rst
@@ -13,3 +14,4 @@
    voltha-onos
    voltha-openolt-adapter
    voltha-openonu-adapter-go
+
diff --git a/howto/release/components/maven_plugins.rst b/howto/release/components/maven_plugins.rst
new file mode 100644
index 0000000..b9483cf
--- /dev/null
+++ b/howto/release/components/maven_plugins.rst
@@ -0,0 +1,41 @@
+.. _dependencies-update-maven-plugins:
+
+Update Maven plugin versions for security, bugs, logs, etc
+==========================================================
+
+`spotbugs-maven-plugin <https://mvnrepository.com/artifact/com.github.spotbugs/spotbugs-maven-plugin>`_
+-------------------------------------------------------------------------------------------------------
+
+.. code:: XML
+
+   <!-- SpotBugs Static Analysis -->
+   <groupId>com.github.spotbugs</groupId>
+   <artifactId>spotbugs-maven-plugin</artifactId>
+   <version>4.7.3.4</version>
+
+`findsecbugs-plugin <https://mvnrepository.com/artifact/com.h3xstream.findsecbugs/findsecbugs-plugin>`_
+-------------------------------------------------------------------------------------------------------
+
+.. code:: XML
+
+   <groupId>com.h3xstream.findsecbugs</groupId>
+   <artifactId>findsecbugs-plugin</artifactId>
+   <version>1.12.0</version>
+
+`slf4j-api <https://mvnrepository.com/artifact/org.slf4j/slf4j-api>`_
+---------------------------------------------------------------------
+
+.. code:: XML
+
+   <groupId>org.slf4j</groupId>
+   <artifactId>slf4j-api</artifactId>
+   <version>2.0.7</version>
+
+`mockito-all <https://mvnrepository.com/artifact/org.mockito/mockito-all>`_
+---------------------------------------------------------------------------
+
+.. code:: XML
+
+   <groupId>org.mockito</groupId>
+   <artifactId>mockito-all</artifactId>
+   <version>1.10.19</version>
diff --git a/howto/release/components/mcast/index.rst b/howto/release/components/mcast/index.rst
new file mode 100644
index 0000000..a8243a1
--- /dev/null
+++ b/howto/release/components/mcast/index.rst
@@ -0,0 +1,8 @@
+ONOS Component: mcast
+=====================
+
+Dependencies (pom.xml)
+----------------------
+
+- sadis
+
diff --git a/howto/release/components/olt/index.rst b/howto/release/components/olt/index.rst
new file mode 100644
index 0000000..c9a983c
--- /dev/null
+++ b/howto/release/components/olt/index.rst
@@ -0,0 +1,3 @@
+ONOS Component: olt
+===================
+
diff --git a/howto/release/components/onos_dependencies.rst b/howto/release/components/onos_dependencies.rst
index 5d54fb4..51bc0ad 100644
--- a/howto/release/components/onos_dependencies.rst
+++ b/howto/release/components/onos_dependencies.rst
@@ -82,22 +82,15 @@
       <aaa.api.version>2.8.0-SNAPSHOT</aaa.api.version>
    </properties>
 
-Update Maven plugin versions for security, bugs, logs, etc
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-.. code:: XML
+Update dependent components, apis, ...
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
-   <!-- SpotBugs Static Analysis -->
-   <plugin>
-       <groupId>com.github.spotbugs</groupId>
-       <artifactId>spotbugs-maven-plugin</artifactId>
-       <version>4.7.3.4</version>
-   </plugin>
+component: mcast
+dependency: sadis
 
-   <plugin>
-       <groupId>com.h3xstream.findsecbugs</groupId>
-       <artifactId>findsecbugs-plugin</artifactId>
-       <version>1.12.0</version>
-   </plugin>
+Update Maven Plugins
+^^^^^^^^^^^^^^^^^^^^
+:ref:`dependencies-update-maven-plugins`
 
 Update copyright notice to be inclusive of the year last modified
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^