X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=dlux-web%2Fpom.xml;h=17cf4bbd6aa9adaf09f2a1be62910bf4a24002fc;hb=4f31d8f0c1fa72e12257773a3e30d906f22c2b2d;hp=bf9ee86ce45202ca93aee76ffa8f6f4d4de73414;hpb=066767f73673086a96e61fc8918d787d0f864f09;p=dlux.git diff --git a/dlux-web/pom.xml b/dlux-web/pom.xml index bf9ee86c..17cf4bbd 100644 --- a/dlux-web/pom.xml +++ b/dlux-web/pom.xml @@ -1,102 +1,68 @@ - + - - org.opendaylight.dlux - dlux-parent - 0.5.0-SNAPSHOT - .. - + + org.opendaylight.dlux + dlux-parent + 0.5.4-SNAPSHOT + .. + 4.0.0 org.opendaylight.dlux dlux-web - DLUX - DLUX Static Web + DLUX - DLUX Static Web - - org.osgi - org.osgi.core - - - org.osgi - org.osgi.compendium - - - org.opendaylight.dlux - dlux.node.resources - ${node.resources.version} - - - org.opendaylight.dlux - dlux.common.yangutils.resources - ${common.yangutils.resources.version} - - - org.opendaylight.dlux - dlux.common.sigmatopology.resources - ${common.sigmatopology.resources.version} - - - 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.yangui.resources - ${yangui.resources.version} - - - org.opendaylight.dlux - dlux.yangman.resources - ${yangman.resources.version} - - - org.opendaylight.dlux - dlux.yangvisualizer.resources - ${yangvisualizer.resources.version} - - - org.opendaylight.dlux - dlux.topology.resources - ${topology.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} - + + 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} + @@ -109,145 +75,131 @@ - - - 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/node/ - app/yangui/ - app/yangman/ - app/yangvisualizer/ - app/topology/ - app/core/ - app/graph/ - common/yangutils/ - common/sigmatopology/ - 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.node.resources, - dlux.yangui.resources, - dlux.yangman.resources, - dlux.yangvisualizer.resources, - dlux.topology.resources, - dlux.core.resources, - - META-INF\/** - true - false - - - - - unpack-general-resources - - unpack-dependencies - - generate-sources - - ${project.basedir}/src/common/ - org.opendaylight.dlux - - dlux.common.yangutils.resources, - dlux.common.sigmatopology.resources, - 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 - - - - - v0.12.7 - 3.1.3 - - + + + 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 + + + + + v0.12.7 + 3.1.3 + +