ght.ocpplugin.features-ocpplugin.0.2.4-Carbon.source-code.features.xml Maven / Gradle / Ivy
<features xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" name="ocpplugin-${project.version}" xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <repository>mvn:org.opendaylight.controller/features-mdsal/${mdsal.version}/xml/features</repository> <repository>mvn:org.opendaylight.netconf/features-restconf/${restconf.version}/xml/features</repository> <repository>mvn:org.opendaylight.ocpplugin.ocpjava/features-ocpjava/${ocpjava.version}/xml/features</repository> <repository>mvn:org.opendaylight.yangtools/features-yangtools/${yangtools.version}/xml/features</repository> <repository>mvn:org.opendaylight.mdsal.model/features-mdsal-model/${mdsal.model.version}/xml/features</repository> <feature name="odl-ocpplugin-all" description="OpenDaylight :: OCP Plugin :: All" version="${project.version}"> <feature version="${project.version}">odl-ocpplugin-southbound</feature> <feature version="${project.version}">odl-ocpplugin-app-ocp-service</feature> </feature> <feature name="odl-ocpplugin-southbound" description="OpenDaylight :: OCP Plugin :: SouthBound" version="${project.version}"> <feature version="${mdsal.version}">odl-mdsal-broker</feature> <feature version="${ocpjava.version}">odl-ocpjava-protocol</feature> <bundle>mvn:org.opendaylight.ocpplugin/ocpplugin-impl/${project.version}</bundle> <bundle>mvn:org.opendaylight.ocpplugin/ocpplugin-api/${project.version}</bundle> <bundle>mvn:org.opendaylight.ocpplugin.model/model-ocp-service/${project.version}</bundle> <configfile finalname="etc/opendaylight/karaf/62-ocpplugin.xml">mvn:org.opendaylight.ocpplugin/ocpplugin-controller-config/${project.version}/xml</configfile> </feature> <feature name="odl-ocpplugin-app-ocp-service" description="OpenDaylight :: OCP Plugin :: Application - ocp-service" version="${project.version}"> <feature version="${project.version}">odl-ocpplugin-southbound</feature> <bundle>mvn:org.opendaylight.ocpplugin.applications/ocp-service/${project.version}</bundle> </feature> </features>