From: Martin Ciglan Date: Mon, 15 May 2017 13:07:35 +0000 (+0200) Subject: Binding v2 runtime X-Git-Tag: release/nitrogen~175 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=cedc7cabeb62b4e5661621189c50c289f221ff1e;p=mdsal.git Binding v2 runtime - main placeholders with pom.xml files Change-Id: Idda2c78a00412b71a1366fb4c222329e981946d6 Signed-off-by: Martin Ciglan --- diff --git a/binding2/mdsal-binding2-api/pom.xml b/binding2/mdsal-binding2-api/pom.xml new file mode 100644 index 0000000000..9b893be346 --- /dev/null +++ b/binding2/mdsal-binding2-api/pom.xml @@ -0,0 +1,129 @@ + + + + + + org.opendaylight.odlparent + bundle-parent + 1.9.0-SNAPSHOT + + + + 4.0.0 + org.opendaylight.mdsal + mdsal-binding2-api + 0.11.0-SNAPSHOT + bundle + + + + + org.opendaylight.mdsal + mdsal-artifacts + 2.3.0-SNAPSHOT + pom + import + + + org.opendaylight.yangtools + yangtools-artifacts + 1.2.0-SNAPSHOT + pom + import + + + + + + + com.google.guava + guava + + + org.opendaylight.mdsal + mdsal-common-api + + + org.opendaylight.mdsal.model + general-entity + + + org.opendaylight.yangtools + concepts + + + org.opendaylight.mdsal + mdsal-binding2-spec + + + org.opendaylight.yangtools + yang-common + + + org.opendaylight.yangtools + yang-data-api + + + org.osgi + org.osgi.core + provided + + + org.apache.commons + commons-lang3 + test + + + org.mockito + mockito-core + test + + + junit + junit + test + + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + + + + + scm:git:http://git.opendaylight.org/gerrit/mdsal.git + scm:git:ssh://git.opendaylight.org:29418/mdsal.git + HEAD + https://wiki.opendaylight.org/view/MD-SAL:Main + + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + + + diff --git a/binding2/mdsal-binding2-dom-adapter/pom.xml b/binding2/mdsal-binding2-dom-adapter/pom.xml new file mode 100644 index 0000000000..d58bea023c --- /dev/null +++ b/binding2/mdsal-binding2-dom-adapter/pom.xml @@ -0,0 +1,173 @@ + + + + + + + org.opendaylight.odlparent + bundle-parent + 1.9.0-SNAPSHOT + + + + 4.0.0 + org.opendaylight.mdsal + mdsal-binding2-dom-adapter + 0.11.0-SNAPSHOT + bundle + + + + + org.opendaylight.mdsal + mdsal-artifacts + 2.3.0-SNAPSHOT + pom + import + + + org.opendaylight.yangtools + yangtools-artifacts + 1.2.0-SNAPSHOT + pom + import + + + + + + + com.google.guava + guava + + + org.javassist + javassist + + + org.opendaylight.mdsal + mdsal-binding2-api + + + org.opendaylight.mdsal + mdsal-binding2-util + + + org.opendaylight.mdsal + mdsal-dom-broker + test + + + org.opendaylight.mdsal + mdsal-dom-api + + + org.opendaylight.mdsal + mdsal-dom-spi + + + org.opendaylight.mdsal + mdsal-binding2-generator-impl + + + org.opendaylight.mdsal + mdsal-binding2-dom-codec + + + org.opendaylight.yangtools + yang-data-impl + + + org.opendaylight.yangtools + yang-model-util + + + org.opendaylight.yangtools + yang-test-util + + + org.osgi + org.osgi.core + provided + + + junit + junit + test + + + org.mockito + mockito-core + test + + + org.opendaylight.yangtools + yang-parser-impl + test + + + org.opendaylight.mdsal + mdsal-binding2-test-model + test + + + org.slf4j + slf4j-simple + test + + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + + test-jar + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + + + + + scm:git:http://git.opendaylight.org/gerrit/mdsal.git + scm:git:ssh://git.opendaylight.org:29418/mdsal.git + HEAD + https://wiki.opendaylight.org/view/MD-SAL:Main + + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + + \ No newline at end of file diff --git a/binding2/mdsal-binding2-dom-codec/pom.xml b/binding2/mdsal-binding2-dom-codec/pom.xml new file mode 100644 index 0000000000..a7c6dfd939 --- /dev/null +++ b/binding2/mdsal-binding2-dom-codec/pom.xml @@ -0,0 +1,124 @@ + + + + + + org.opendaylight.odlparent + bundle-parent + 1.9.0-SNAPSHOT + + + + 4.0.0 + org.opendaylight.mdsal + mdsal-binding2-dom-codec + 0.11.0-SNAPSHOT + bundle + + + + + org.opendaylight.mdsal + mdsal-artifacts + 2.3.0-SNAPSHOT + pom + import + + + org.opendaylight.yangtools + yangtools-artifacts + 1.2.0-SNAPSHOT + pom + import + + + + + + + org.javassist + javassist + + + org.opendaylight.mdsal + mdsal-binding2-generator-impl + + + org.opendaylight.yangtools + yang-data-impl + + + org.opendaylight.mdsal + mdsal-binding2-generator-api + + + org.opendaylight.mdsal + mdsal-binding2-test-model + test + + + + org.apache.commons + commons-lang3 + + + com.google.guava + guava + + junit + junit + test + + + org.opendaylight.yangtools + mockito-configuration + test + + + + + + + org.apache.felix + maven-bundle-plugin + true + + + ${project.groupId}.${project.artifactId} + + org.opendaylight.mdsal.binding2.dom.codec.*, + org.opendaylight.yangtools.binding.data.codec.*, + org.opendaylight.yangtools.binding.data.codec.gen.impl.*, + org.opendaylight.yangtools.binding.data.codec.impl.*, + + + + + + + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + + + \ No newline at end of file diff --git a/binding2/mdsal-binding2-test-model/pom.xml b/binding2/mdsal-binding2-test-model/pom.xml new file mode 100644 index 0000000000..1bac77cd3e --- /dev/null +++ b/binding2/mdsal-binding2-test-model/pom.xml @@ -0,0 +1,41 @@ + + + + + + org.opendaylight.mdsal + mdsal-model-binding2-parent + 0.11.0-SNAPSHOT + ../mdsal-model-binding2-parent + + + 4.0.0 + mdsal-binding2-test-model + bundle + + + + org.opendaylight.mdsal + mdsal-binding2-spec + + + org.opendaylight.mdsal.model + yang-ext + + + org.opendaylight.mdsal + mdsal-binding2-spec + + + + + + \ No newline at end of file diff --git a/binding2/pom.xml b/binding2/pom.xml index 3efdbd86e9..47ccc40074 100644 --- a/binding2/pom.xml +++ b/binding2/pom.xml @@ -27,12 +27,22 @@ mdsal-binding2-spec mdsal-model-binding2-parent + + mdsal-binding2-maven-api-gen-plugin mdsal-binding2-generator-api mdsal-binding2-generator-impl mdsal-binding2-java-api-generator mdsal-binding2-generator-util + + + mdsal-binding2-api + mdsal-binding2-dom-codec + mdsal-binding2-dom-adapter + + mdsal-binding2-util + mdsal-binding2-test-model + + org.opendaylight.mdsal + mdsal-binding2-dom-codec + 0.11.0-SNAPSHOT + + + org.opendaylight.mdsal + mdsal-binding2-api + 0.11.0-SNAPSHOT + + + org.opendaylight.mdsal + mdsal-binding2-dom-adapter + 0.11.0-SNAPSHOT + + + org.opendaylight.mdsal + mdsal-binding2-test-model + 0.11.0-SNAPSHOT + test + org.opendaylight.mdsal mdsal-binding2-generator-api