From: Milos Fabian Date: Tue, 3 Dec 2013 18:11:43 +0000 (+0100) Subject: Added documentation generator to yang-maven-plugin. X-Git-Tag: jenkins-controller-bulk-release-prepare-only-2-1~268 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=6bd549c008c3ff070d82010da91fd1dc159431c5 Added documentation generator to yang-maven-plugin. Generated html files are located in target/site/models. Change-Id: I6cc8a8a3a2a7b6c420efaa211ed48c5ad34c0105 Signed-off-by: Milos Fabian --- diff --git a/opendaylight/config/pom.xml b/opendaylight/config/pom.xml index 675e5cf80d..99437979de 100644 --- a/opendaylight/config/pom.xml +++ b/opendaylight/config/pom.xml @@ -315,7 +315,7 @@ org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl - target/site + target/site/models true diff --git a/opendaylight/md-sal/clustered-data-store/implementation/pom.xml b/opendaylight/md-sal/clustered-data-store/implementation/pom.xml index 07ff98b9c5..9cbf35576f 100644 --- a/opendaylight/md-sal/clustered-data-store/implementation/pom.xml +++ b/opendaylight/md-sal/clustered-data-store/implementation/pom.xml @@ -54,6 +54,10 @@ + + org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl + target/site/models + true @@ -65,6 +69,12 @@ yang-jmx-generator-plugin 0.2.3-SNAPSHOT + + org.opendaylight.yangtools + maven-sal-api-gen-plugin + 0.6.0-SNAPSHOT + jar + diff --git a/opendaylight/md-sal/model/pom.xml b/opendaylight/md-sal/model/pom.xml index 2f3b7a036c..c5f1dddc34 100644 --- a/opendaylight/md-sal/model/pom.xml +++ b/opendaylight/md-sal/model/pom.xml @@ -66,7 +66,7 @@ org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl - target/site/restconf + target/site/models true diff --git a/opendaylight/md-sal/sal-binding-broker/pom.xml b/opendaylight/md-sal/sal-binding-broker/pom.xml index 51b00845ae..89bb1e8502 100644 --- a/opendaylight/md-sal/sal-binding-broker/pom.xml +++ b/opendaylight/md-sal/sal-binding-broker/pom.xml @@ -38,6 +38,10 @@ + + org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl + target/site/models + true @@ -49,6 +53,12 @@ yang-jmx-generator-plugin 0.2.3-SNAPSHOT + + org.opendaylight.yangtools + maven-sal-api-gen-plugin + 0.6.0-SNAPSHOT + jar + diff --git a/opendaylight/md-sal/sal-binding-config/pom.xml b/opendaylight/md-sal/sal-binding-config/pom.xml index 3bc50cdd2e..a913faa15b 100644 --- a/opendaylight/md-sal/sal-binding-config/pom.xml +++ b/opendaylight/md-sal/sal-binding-config/pom.xml @@ -43,6 +43,10 @@ + + org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl + target/site/models + true @@ -54,6 +58,12 @@ yang-jmx-generator-plugin 0.2.3-SNAPSHOT + + org.opendaylight.yangtools + maven-sal-api-gen-plugin + 0.6.0-SNAPSHOT + jar + diff --git a/opendaylight/md-sal/sal-dom-api/pom.xml b/opendaylight/md-sal/sal-dom-api/pom.xml index e52a7c302d..4ed629b77d 100644 --- a/opendaylight/md-sal/sal-dom-api/pom.xml +++ b/opendaylight/md-sal/sal-dom-api/pom.xml @@ -41,6 +41,10 @@ + + org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl + target/site/models + true @@ -52,6 +56,12 @@ yang-jmx-generator-plugin 0.2.3-SNAPSHOT + + org.opendaylight.yangtools + maven-sal-api-gen-plugin + 0.6.0-SNAPSHOT + jar + diff --git a/opendaylight/md-sal/sal-dom-broker/pom.xml b/opendaylight/md-sal/sal-dom-broker/pom.xml index a6601cef21..4740b0d569 100644 --- a/opendaylight/md-sal/sal-dom-broker/pom.xml +++ b/opendaylight/md-sal/sal-dom-broker/pom.xml @@ -93,6 +93,10 @@ + + org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl + target/site/models + true @@ -104,6 +108,12 @@ yang-jmx-generator-plugin 0.2.3-SNAPSHOT + + org.opendaylight.yangtools + maven-sal-api-gen-plugin + 0.6.0-SNAPSHOT + jar + diff --git a/opendaylight/md-sal/sal-netconf-connector/pom.xml b/opendaylight/md-sal/sal-netconf-connector/pom.xml index e790a9dbb1..fe613565a6 100644 --- a/opendaylight/md-sal/sal-netconf-connector/pom.xml +++ b/opendaylight/md-sal/sal-netconf-connector/pom.xml @@ -217,6 +217,10 @@ + + org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl + target/site/models + true @@ -228,6 +232,12 @@ yang-jmx-generator-plugin 0.2.3-SNAPSHOT + + org.opendaylight.yangtools + maven-sal-api-gen-plugin + 0.6.0-SNAPSHOT + jar +