From: Maros Marsalek Date: Thu, 11 Apr 2013 06:37:23 +0000 (+0200) Subject: Renamed yang-to-sources-plugin to maven-yang-plugin. X-Git-Tag: releasepom-0.1.0~569 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=78718ca2980d6289703f239abb6b7928ea08c8e4 Renamed yang-to-sources-plugin to maven-yang-plugin. Updated all references in tests. Signed-off-by: Maros Marsalek --- diff --git a/opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/.gitignore b/opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/.gitignore similarity index 100% rename from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/.gitignore rename to opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/.gitignore diff --git a/opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/pom.xml b/opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/pom.xml similarity index 91% rename from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/pom.xml rename to opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/pom.xml index 63a743d00d..e3a54ba32a 100644 --- a/opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/pom.xml +++ b/opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/pom.xml @@ -6,7 +6,7 @@ org.opendaylight.controller 1.0 - yang-to-sources-plugin-it + maven-yang-plugin-it diff --git a/opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/java/org/opendaylight/controller/yang2sources/plugin/it/CombineTest.java b/opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/java/org/opendaylight/controller/yang2sources/plugin/it/CombineTest.java similarity index 100% rename from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/java/org/opendaylight/controller/yang2sources/plugin/it/CombineTest.java rename to opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/java/org/opendaylight/controller/yang2sources/plugin/it/CombineTest.java diff --git a/opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/java/org/opendaylight/controller/yang2sources/plugin/it/YangToResourcesPluginTest.java b/opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/java/org/opendaylight/controller/yang2sources/plugin/it/YangToResourcesPluginTest.java similarity index 100% rename from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/java/org/opendaylight/controller/yang2sources/plugin/it/YangToResourcesPluginTest.java rename to opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/java/org/opendaylight/controller/yang2sources/plugin/it/YangToResourcesPluginTest.java diff --git a/opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/java/org/opendaylight/controller/yang2sources/plugin/it/YangToSourcesPluginTest.java b/opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/java/org/opendaylight/controller/yang2sources/plugin/it/YangToSourcesPluginTest.java similarity index 100% rename from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/java/org/opendaylight/controller/yang2sources/plugin/it/YangToSourcesPluginTest.java rename to opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/java/org/opendaylight/controller/yang2sources/plugin/it/YangToSourcesPluginTest.java diff --git a/opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/resources/Correct/pom.xml b/opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/Correct/pom.xml similarity index 96% rename from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/resources/Correct/pom.xml rename to opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/Correct/pom.xml index d94afbdd95..f7810fec78 100644 --- a/opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/resources/Correct/pom.xml +++ b/opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/Correct/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.controller - yang-to-sources-plugin + maven-yang-plugin 1.0 diff --git a/opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/resources/Correct/resources/model/testfile1.yang b/opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/Correct/resources/model/testfile1.yang similarity index 100% rename from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/resources/Correct/resources/model/testfile1.yang rename to opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/Correct/resources/model/testfile1.yang diff --git a/opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/resources/Correct/resources/model/testfile2.yang b/opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/Correct/resources/model/testfile2.yang similarity index 100% rename from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/resources/Correct/resources/model/testfile2.yang rename to opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/Correct/resources/model/testfile2.yang diff --git a/opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/resources/Correct_combined/pom.xml b/opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/Correct_combined/pom.xml similarity index 97% rename from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/resources/Correct_combined/pom.xml rename to opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/Correct_combined/pom.xml index 9080f351d5..190e2c184b 100644 --- a/opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/resources/Correct_combined/pom.xml +++ b/opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/Correct_combined/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.controller - yang-to-sources-plugin + maven-yang-plugin 1.0 diff --git a/opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/resources/Correct_resources/pom.xml b/opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/Correct_resources/pom.xml similarity index 96% rename from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/resources/Correct_resources/pom.xml rename to opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/Correct_resources/pom.xml index 4456fcf3da..03ae399362 100644 --- a/opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/resources/Correct_resources/pom.xml +++ b/opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/Correct_resources/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.controller - yang-to-sources-plugin + maven-yang-plugin 1.0 diff --git a/opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/resources/NoGenerators/pom.xml b/opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/NoGenerators/pom.xml similarity index 94% rename from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/resources/NoGenerators/pom.xml rename to opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/NoGenerators/pom.xml index f194e9dde6..82b2cc5b80 100644 --- a/opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/resources/NoGenerators/pom.xml +++ b/opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/NoGenerators/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.controller - yang-to-sources-plugin + maven-yang-plugin 1.0 diff --git a/opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/resources/NoGenerators_resources/pom.xml b/opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/NoGenerators_resources/pom.xml similarity index 94% rename from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/resources/NoGenerators_resources/pom.xml rename to opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/NoGenerators_resources/pom.xml index 0861ca21ab..96aadd2ba0 100644 --- a/opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/resources/NoGenerators_resources/pom.xml +++ b/opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/NoGenerators_resources/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.controller - yang-to-sources-plugin + maven-yang-plugin 1.0 diff --git a/opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/resources/NoYangFiles/pom.xml b/opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/NoYangFiles/pom.xml similarity index 96% rename from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/resources/NoYangFiles/pom.xml rename to opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/NoYangFiles/pom.xml index 4cce379210..561946e71b 100644 --- a/opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/resources/NoYangFiles/pom.xml +++ b/opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/NoYangFiles/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.controller - yang-to-sources-plugin + maven-yang-plugin 1.0 diff --git a/opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/resources/UnknownGenerator/pom.xml b/opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/UnknownGenerator/pom.xml similarity index 96% rename from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/resources/UnknownGenerator/pom.xml rename to opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/UnknownGenerator/pom.xml index 0a1afade58..54b1c748a4 100644 --- a/opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/resources/UnknownGenerator/pom.xml +++ b/opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/UnknownGenerator/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.controller - yang-to-sources-plugin + maven-yang-plugin 1.0 diff --git a/opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/resources/UnknownGenerator_resources/pom.xml b/opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/UnknownGenerator_resources/pom.xml similarity index 97% rename from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/resources/UnknownGenerator_resources/pom.xml rename to opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/UnknownGenerator_resources/pom.xml index df03f95c26..503b45f478 100644 --- a/opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/resources/UnknownGenerator_resources/pom.xml +++ b/opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/UnknownGenerator_resources/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.controller - yang-to-sources-plugin + maven-yang-plugin 1.0 diff --git a/opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/resources/YangRootNotExist/pom.xml b/opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/YangRootNotExist/pom.xml similarity index 95% rename from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/resources/YangRootNotExist/pom.xml rename to opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/YangRootNotExist/pom.xml index 3ab27e5740..6b5ae5a451 100644 --- a/opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/resources/YangRootNotExist/pom.xml +++ b/opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/YangRootNotExist/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.controller - yang-to-sources-plugin + maven-yang-plugin 1.0 diff --git a/opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin/pom.xml b/opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin/pom.xml similarity index 93% rename from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin/pom.xml rename to opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin/pom.xml index a2d3a2206e..1dd5691411 100644 --- a/opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin/pom.xml +++ b/opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin/pom.xml @@ -7,7 +7,7 @@ 1.0 - yang-to-sources-plugin + maven-yang-plugin maven-plugin @@ -30,7 +30,7 @@ org.opendaylight.controller - yang-to-sources + maven-yang 1.0 @@ -42,7 +42,7 @@ ${project.groupId} - yang-to-sources + maven-yang 1.0 test-jar test diff --git a/opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin/src/main/java/org/opendaylight/controller/yang2sources/plugin/ConfigArg.java b/opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin/src/main/java/org/opendaylight/controller/yang2sources/plugin/ConfigArg.java similarity index 100% rename from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin/src/main/java/org/opendaylight/controller/yang2sources/plugin/ConfigArg.java rename to opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin/src/main/java/org/opendaylight/controller/yang2sources/plugin/ConfigArg.java diff --git a/opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin/src/main/java/org/opendaylight/controller/yang2sources/plugin/Util.java b/opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin/src/main/java/org/opendaylight/controller/yang2sources/plugin/Util.java similarity index 100% rename from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin/src/main/java/org/opendaylight/controller/yang2sources/plugin/Util.java rename to opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin/src/main/java/org/opendaylight/controller/yang2sources/plugin/Util.java diff --git a/opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin/src/main/java/org/opendaylight/controller/yang2sources/plugin/YangToResourcesMojo.java b/opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin/src/main/java/org/opendaylight/controller/yang2sources/plugin/YangToResourcesMojo.java similarity index 100% rename from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin/src/main/java/org/opendaylight/controller/yang2sources/plugin/YangToResourcesMojo.java rename to opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin/src/main/java/org/opendaylight/controller/yang2sources/plugin/YangToResourcesMojo.java diff --git a/opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin/src/main/java/org/opendaylight/controller/yang2sources/plugin/YangToSourcesMojo.java b/opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin/src/main/java/org/opendaylight/controller/yang2sources/plugin/YangToSourcesMojo.java similarity index 100% rename from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin/src/main/java/org/opendaylight/controller/yang2sources/plugin/YangToSourcesMojo.java rename to opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin/src/main/java/org/opendaylight/controller/yang2sources/plugin/YangToSourcesMojo.java diff --git a/opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin/src/test/java/org/opendaylight/controller/yang2sources/plugin/GenerateResourcesTest.java b/opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin/src/test/java/org/opendaylight/controller/yang2sources/plugin/GenerateResourcesTest.java similarity index 100% rename from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin/src/test/java/org/opendaylight/controller/yang2sources/plugin/GenerateResourcesTest.java rename to opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin/src/test/java/org/opendaylight/controller/yang2sources/plugin/GenerateResourcesTest.java diff --git a/opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin/src/test/java/org/opendaylight/controller/yang2sources/plugin/GenerateSourcesTest.java b/opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin/src/test/java/org/opendaylight/controller/yang2sources/plugin/GenerateSourcesTest.java similarity index 100% rename from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin/src/test/java/org/opendaylight/controller/yang2sources/plugin/GenerateSourcesTest.java rename to opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin/src/test/java/org/opendaylight/controller/yang2sources/plugin/GenerateSourcesTest.java diff --git a/opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin/src/test/java/org/opendaylight/controller/yang2sources/plugin/UtilTest.java b/opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin/src/test/java/org/opendaylight/controller/yang2sources/plugin/UtilTest.java similarity index 100% rename from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin/src/test/java/org/opendaylight/controller/yang2sources/plugin/UtilTest.java rename to opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin/src/test/java/org/opendaylight/controller/yang2sources/plugin/UtilTest.java diff --git a/opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin/src/test/resources/mock.yang b/opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin/src/test/resources/mock.yang similarity index 100% rename from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin/src/test/resources/mock.yang rename to opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin/src/test/resources/mock.yang diff --git a/opendaylight/sal/yang-prototype/code-generator/yang-to-sources/pom.xml b/opendaylight/sal/yang-prototype/code-generator/maven-yang/pom.xml similarity index 95% rename from opendaylight/sal/yang-prototype/code-generator/yang-to-sources/pom.xml rename to opendaylight/sal/yang-prototype/code-generator/maven-yang/pom.xml index c8c74c92b7..09dc9d7279 100644 --- a/opendaylight/sal/yang-prototype/code-generator/yang-to-sources/pom.xml +++ b/opendaylight/sal/yang-prototype/code-generator/maven-yang/pom.xml @@ -6,7 +6,7 @@ org.opendaylight.controller 1.0 - yang-to-sources + maven-yang diff --git a/opendaylight/sal/yang-prototype/code-generator/yang-to-sources/src/main/java/org/opendaylight/controller/yang2sources/spi/CodeGenerator.java b/opendaylight/sal/yang-prototype/code-generator/maven-yang/src/main/java/org/opendaylight/controller/yang2sources/spi/CodeGenerator.java similarity index 100% rename from opendaylight/sal/yang-prototype/code-generator/yang-to-sources/src/main/java/org/opendaylight/controller/yang2sources/spi/CodeGenerator.java rename to opendaylight/sal/yang-prototype/code-generator/maven-yang/src/main/java/org/opendaylight/controller/yang2sources/spi/CodeGenerator.java diff --git a/opendaylight/sal/yang-prototype/code-generator/yang-to-sources/src/main/java/org/opendaylight/controller/yang2sources/spi/ResourceGenerator.java b/opendaylight/sal/yang-prototype/code-generator/maven-yang/src/main/java/org/opendaylight/controller/yang2sources/spi/ResourceGenerator.java similarity index 100% rename from opendaylight/sal/yang-prototype/code-generator/yang-to-sources/src/main/java/org/opendaylight/controller/yang2sources/spi/ResourceGenerator.java rename to opendaylight/sal/yang-prototype/code-generator/maven-yang/src/main/java/org/opendaylight/controller/yang2sources/spi/ResourceGenerator.java diff --git a/opendaylight/sal/yang-prototype/code-generator/yang-to-sources/src/test/java/org/opendaylight/controller/yang2sources/spi/CodeGeneratorTestImpl.java b/opendaylight/sal/yang-prototype/code-generator/maven-yang/src/test/java/org/opendaylight/controller/yang2sources/spi/CodeGeneratorTestImpl.java similarity index 100% rename from opendaylight/sal/yang-prototype/code-generator/yang-to-sources/src/test/java/org/opendaylight/controller/yang2sources/spi/CodeGeneratorTestImpl.java rename to opendaylight/sal/yang-prototype/code-generator/maven-yang/src/test/java/org/opendaylight/controller/yang2sources/spi/CodeGeneratorTestImpl.java diff --git a/opendaylight/sal/yang-prototype/code-generator/yang-to-sources/src/test/java/org/opendaylight/controller/yang2sources/spi/ResourceProviderTestImpl.java b/opendaylight/sal/yang-prototype/code-generator/maven-yang/src/test/java/org/opendaylight/controller/yang2sources/spi/ResourceProviderTestImpl.java similarity index 100% rename from opendaylight/sal/yang-prototype/code-generator/yang-to-sources/src/test/java/org/opendaylight/controller/yang2sources/spi/ResourceProviderTestImpl.java rename to opendaylight/sal/yang-prototype/code-generator/maven-yang/src/test/java/org/opendaylight/controller/yang2sources/spi/ResourceProviderTestImpl.java diff --git a/opendaylight/sal/yang-prototype/code-generator/pom.xml b/opendaylight/sal/yang-prototype/code-generator/pom.xml index 17aa745ec0..01cae6a658 100644 --- a/opendaylight/sal/yang-prototype/code-generator/pom.xml +++ b/opendaylight/sal/yang-prototype/code-generator/pom.xml @@ -23,9 +23,9 @@ binding-generator-util binding-generator-impl binding-java-api-generator - yang-to-sources - yang-to-sources-plugin - yang-to-sources-plugin-it + maven-yang + maven-yang-plugin + maven-yang-plugin-it