diff --git a/plugins/org.etsi.mts.tdl.extras.yang.tools.wrapper.mvn/README.md b/plugins/org.etsi.mts.tdl.extras.yang.tools.wrapper.mvn/README.md
index c6350436c6ed1ba95f9f6a4e3803f30af639ed48..a27f5ec51f97b6f59a6103e4ba5d68c48ef66f77 100644
--- a/plugins/org.etsi.mts.tdl.extras.yang.tools.wrapper.mvn/README.md
+++ b/plugins/org.etsi.mts.tdl.extras.yang.tools.wrapper.mvn/README.md
@@ -1,3 +1,9 @@
 # YANG Tools Wrapper
 
-This plug-in wraps the [YANG Tools](https://wiki.opendaylight.org/display/ODL/YANG+Tools) licensed under the EPL 1.0 Software Licence for consumption as an Eclipse plug-in. It is currently used as a dependency in the YANG-to-TDL generator.
\ No newline at end of file
+This plug-in wraps the [YANG Tools](https://wiki.opendaylight.org/display/ODL/YANG+Tools) licensed under the EPL 1.0 Software Licence for consumption as an Eclipse plug-in. It is currently used as a dependency in the YANG-to-TDL generator.
+
+The dependencies are specified and fetched from Maven in the nested dependencies folder, then copied to the libs folder. The MANIFEST.MF and .classpath files are updated accordingly as part of the build. 
+
+Note: Offline builds run fine. When loading the project in Eclipse it seems to require that the .classpath is set to export all the jars. 
+
+TODO: Explore using Maven artifacts directly as part of the target platform? 
\ No newline at end of file