HONEYCOMB-358 - Generate guice to yang modules index 51/7251/12
authorJan Srnicek <jsrnicek@cisco.com>
Fri, 30 Jun 2017 08:08:14 +0000 (10:08 +0200)
committerMarek Gradzki <mgradzki@cisco.com>
Fri, 30 Jun 2017 11:35:35 +0000 (11:35 +0000)
commit62dd4d32fd270d3a6b7bb47c972bbcd5dc7b9f43
tree029ce8333a79393088a749dbf3575cd8c9c85c03
parentef852789b2c156196a847b211066ae456c2683f5
HONEYCOMB-358 - Generate guice to yang modules index

Generates two descriptor files
yang-modules-binding/yang-modules - List of Yang modules by project(classpath + deps)
yang-mapping/FULL_PROJECT_NAME-yang-modules-index - Index from Guice modules to Yang modules
that are used by respective Guice module

These files are included in jar files and distribution resources

Change-Id: Iafc178219245df9129fb426a5876215c6fd1837e
Signed-off-by: Jan Srnicek <jsrnicek@cisco.com>
common/common-scripts/asciidoc/Readme.adoc [new file with mode: 0644]
common/common-scripts/pom.xml
common/common-scripts/src/main/groovy/io/fd/honeycomb/common/scripts/ModuleYangIndexGenerator.groovy [new file with mode: 0644]
common/common-scripts/src/main/groovy/io/fd/honeycomb/common/scripts/ModulesListGenerator.groovy
common/impl-parent/pom.xml
common/minimal-distribution-parent/pom.xml