X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=ca20dfca493823d5147e1266019c619754a8b2f5;hb=8e8273217c6d47215e2ae88c890889dbb0b70fee;hp=841917b3d0bb2b1bff5e265cc7a8088bfb2a57b9;hpb=6da0e17bd212ff5414a9798a2a2c3941b365d930;p=clamp.git diff --git a/pom.xml b/pom.xml index 841917b3..ca20dfca 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ ============LICENSE_START======================================================= ONAP CLAMP ================================================================================ - Copyright (C) 2017-2018 AT&T Intellectual Property. All rights + Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); @@ -24,7 +24,7 @@ 4.0.0 org.onap.clamp clds - 4.1.0-SNAPSHOT + 4.1.1-SNAPSHOT clamp @@ -87,6 +87,8 @@ false 9.0.20 + ui-react + https://nexus3.onap.org/repository/npm.snapshot/ @@ -700,11 +702,15 @@ - src/main/docker - - **/* - - true + ${ui.react.src} + + src/** + public/** + package.json + package-lock.json + + false + ${project.build.directory}/${ui.react.src} @@ -1216,20 +1222,18 @@ com.github.eirslett frontend-maven-plugin - 1.6 + 1.8.0 - ${project.build.directory}/clamp-ui - ${project.build.directory}/clamp-ui - ${maven.test.skip} + ${project.build.directory}/${ui.react.src} + ${project.build.directory}/${ui.react.src} - install_node_and_npm install-node-and-npm - test + generate-sources v8.11.1 5.6.0 @@ -1240,7 +1244,7 @@ npm - test + compile install @@ -1252,10 +1256,19 @@ test - run-script test:coverage + run-script test - + + npm_publish + + npm + + deploy + + publish --registry ${npm.publish.url} + +