X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=sdnr%2Fwireless-transport%2Fcode-Carbon-SR1%2Fapps%2Fdlux%2Fdlux-web%2Fpom.xml;fp=sdnr%2Fwireless-transport%2Fcode-Carbon-SR1%2Fapps%2Fdlux%2Fdlux-web%2Fpom.xml;h=1b92c39e28f0024186f953d5159b4c99a1525a48;hb=27fb2d06608fbb070ae2c15a5580a4f5b2423d15;hp=0000000000000000000000000000000000000000;hpb=60315525ab5e7c12a9f47c409092e8dba6ad656d;p=ccsdk%2Fapps.git diff --git a/sdnr/wireless-transport/code-Carbon-SR1/apps/dlux/dlux-web/pom.xml b/sdnr/wireless-transport/code-Carbon-SR1/apps/dlux/dlux-web/pom.xml new file mode 100644 index 00000000..1b92c39e --- /dev/null +++ b/sdnr/wireless-transport/code-Carbon-SR1/apps/dlux/dlux-web/pom.xml @@ -0,0 +1,211 @@ + + + + + org.opendaylight.dlux + dlux-parent + 0.5.1-Carbon + .. + + + 4.0.0 + org.opendaylight.dlux + dlux-web + DLUX - DLUX Static Web + + + + org.osgi + org.osgi.core + + + org.osgi + org.osgi.compendium + + + org.opendaylight.dlux + dlux.common.navigation.resources + ${common.navigation.resources.version} + + + org.opendaylight.dlux + dlux.common.layout.resources + ${common.layout.resources.version} + + + org.opendaylight.dlux + dlux.common.authentication.resources + ${common.authentication.resources.version} + + + org.opendaylight.dlux + dlux.common.login.resources + ${common.login.resources.version} + + + org.opendaylight.dlux + dlux.common.general.resources + ${common.general.resources.version} + + + org.opendaylight.dlux + dlux.loader.resources + ${loader.resources.version} + + + org.opendaylight.dlux + dlux.core.resources + ${core.resources.version} + + + org.opendaylight.dlux + dlux.common.topbar.resources + ${common.topbar.resources.version} + + + + + + + target/generated-resources + + **/* + + + + + + + maven-clean-plugin + 2.5 + + + + src + + test-main.js + index.html + main.js + app/app.controller.js + app/app.module.js + app/routingConfig.js + app/core/ + app/graph/ + common/navigation/ + common/layout/ + common/authentification/ + common/login/ + common/general/ + common/topbar/ + assets/ + + + false + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + + unpack-core-resources + + unpack-dependencies + + generate-sources + + ${project.basedir}/src/app/ + org.opendaylight.dlux + + dlux.core.resources, + + META-INF\/** + true + false + + + + + unpack-general-resources + + unpack-dependencies + + generate-sources + + ${project.basedir}/src/common/ + org.opendaylight.dlux + + dlux.common.navigation.resources, + dlux.common.layout.resources, + dlux.common.authentication.resources, + dlux.common.login.resources, + dlux.common.general.resources, + dlux.common.topbar.resources, + + META-INF\/** + true + false + + + + + unpack-loader-resources + + unpack-dependencies + + generate-sources + + ${project.basedir}/src/ + org.opendaylight.dlux + dlux.loader.resources + META-INF\/** + true + false + + + + + + com.github.eirslett + frontend-maven-plugin + 0.0.24 + + + npm + + install-node-and-npm + npm + + generate-resources + + + bower + + bower + + + + grunt + + grunt + + + + --force + + + + + + v0.12.7 + 3.1.3 + + + + +