X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=interfacemgr%2Finterfacemgr-impl%2Fpom.xml;h=9c90c127004febacac5294c370534dc30a3034cb;hb=99b25a646fcff77b4e4705a05c2a16f2cf380c1e;hp=cfbee4fdd32004cc4b2a36e973a04d905ca06f8c;hpb=0186b5f6c4e02ee15e16c7e53bb3ad7c69bc0f91;p=vpnservice.git diff --git a/interfacemgr/interfacemgr-impl/pom.xml b/interfacemgr/interfacemgr-impl/pom.xml index cfbee4fd..9c90c127 100644 --- a/interfacemgr/interfacemgr-impl/pom.xml +++ b/interfacemgr/interfacemgr-impl/pom.xml @@ -21,6 +21,24 @@ and is available at http://www.eclipse.org/legal/epl-v10.html 0.0.1-SNAPSHOT bundle + + ${project.groupId} + interfacemgr-api + ${project.version} + + + org.opendaylight.controller.model + model-flow-service + + + org.opendaylight.yangtools.model + ietf-interfaces + + + org.opendaylight.vpnservice + vpnmanager-impl + 1.0-SNAPSHOT + junit @@ -35,4 +53,21 @@ and is available at http://www.eclipse.org/legal/epl-v10.html + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + + ${project.basedir}/../../commons/src/main/resources/vpns_checks.xml + + true + **/*.java,**/*.xml,**/*.ini,**/*.sh,**/*.bat + **/yang/ + + + + +