X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fnorthbound%2Fswagger-ui%2Fpom.xml;fp=opendaylight%2Fnorthbound%2Fswagger-ui%2Fpom.xml;h=18eaed98ec17c35d3847746677c0e704e3fe8bde;hb=190b75334059123f95960e6b9f878d194baf4e20;hp=0000000000000000000000000000000000000000;hpb=f6609a5ab258b69a0d8ae2a97ee140b4da3b82ba;p=controller.git diff --git a/opendaylight/northbound/swagger-ui/pom.xml b/opendaylight/northbound/swagger-ui/pom.xml new file mode 100644 index 0000000000..18eaed98ec --- /dev/null +++ b/opendaylight/northbound/swagger-ui/pom.xml @@ -0,0 +1,230 @@ + + + 4.0.0 + + org.opendaylight.controller + commons.opendaylight + 1.4.2-SNAPSHOT + ../../commons/opendaylight + + + swagger-ui + 0.0.1-SNAPSHOT + bundle + + + ${resource.dir}/apis + ${project.build.directory}/classes + + + + + com.google.code.gson + gson + + + equinoxSDK381 + javax.servlet + + + + org.opendaylight.controller + connectionmanager.northbound + + + org.opendaylight.controller + controllermanager.northbound + + + org.opendaylight.controller + flowprogrammer.northbound + + + org.opendaylight.controller + forwarding.staticrouting.northbound + + + org.opendaylight.controller + hosttracker.northbound + + + org.opendaylight.controller + networkconfig.bridgedomain.northbound + + + org.opendaylight.controller + statistics.northbound + + + org.opendaylight.controller + subnets.northbound + + + org.opendaylight.controller + switchmanager.northbound + + + org.opendaylight.controller + topology.northbound + + + org.opendaylight.controller + usermanager.northbound + + + org.slf4j + slf4j-api + + + + + + + org.apache.felix + maven-bundle-plugin + true + + + + org.slf4j, + javax.annotation, + javax.naming, + javax.servlet, + javax.servlet.annotation, + javax.servlet.http, + com.google.gson, + + apis=target/classes/apis, + index.html=target/classes/index.html, + apilist.json=target/classes/apilist.json, + css=target/classes/css, + lib=target/classes/lib, + swagger-ui.min.js=target/classes/swagger-ui.min.js, + swagger-ui.js=target/classes/swagger-ui.js, + images=target/classes/images, + WEB-INF/web.xml=target/classes/WEB-INF/web.xml + /swagger + + + + + org.apache.maven.plugins + maven-antrun-plugin + 1.7 + + + ant-contrib + ant-contrib + 1.0b3 + + + ant + ant + + + + + + + + run + + generate-sources + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + { + "swaggerVersion": "1.1", + "basePath": "http://localhost:8080/swagger/apis", + "apis": [ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + { } + ] +} + + + + + + + + + + + + + + + + + + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + +