X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=dlux-web%2Fpom.xml;h=bf9ee86ce45202ca93aee76ffa8f6f4d4de73414;hb=5c88ed2e4367fd1028c3cf73d68f6baec82a269b;hp=429ac215e2fd005d8f2ed3a9ee914489ba87476d;hpb=39ac4ce0e71bab3eafdcacf58d4c2b11547f65f2;p=dlux.git diff --git a/dlux-web/pom.xml b/dlux-web/pom.xml index 429ac215..bf9ee86c 100644 --- a/dlux-web/pom.xml +++ b/dlux-web/pom.xml @@ -4,165 +4,250 @@ org.opendaylight.dlux dlux-parent - 0.1.0-SNAPSHOT + 0.5.0-SNAPSHOT .. 4.0.0 org.opendaylight.dlux dlux-web - 0.1.0-SNAPSHOT - bundle DLUX - DLUX Static Web - - http://nexus.opendaylight.org/content - - - - org.osgi - org.osgi.core + + org.osgi + org.osgi.core - - org.osgi - org.osgi.compendium + 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} + + + + target/generated-resources + + **/* + + + - - org.codehaus.mojo - exec-maven-plugin - 1.3.1 - - - process-resources - - exec - - - - - grunt - - - - org.apache.maven.plugins - maven-jar-plugin - - - package - - jar - - - - - target/generated-resources - - **/* - - - - - org.apache.felix - maven-bundle-plugin - 2.4.0 - true - - - * - org.opendaylight.dlux.web - org.opendaylight.dlux.web.Activator - - ${project.basedir}/src/main/resources/META-INF - - + + + 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 + + - - - - - opendaylight-public - opendaylight-public - ${nexusproxy}/groups/public/ - - false - - - true - never - - - - - opendaylight-release - opendaylight-release - http://nexus.opendaylight.org/content/repositories/opendaylight.release/ - - false - - - true - - - - - opendaylight-snapshot - opendaylight-snapshot - http://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/ - - true - - - false - - - - - - - - opendaylight-public - opendaylight-public - ${nexusproxy}/groups/public/ - - false - - - true - never - - - - - opendaylight-release - opendaylight-release - http://nexus.opendaylight.org/content/repositories/opendaylight.release/ - - false - - - true - - - - - opendaylight-snapshot - opendaylight-snapshot - http://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/ - - true - - - false - - - -