Change the repo to release 64/97464/1
authorsebdet <sebastien.determe@intl.att.com>
Wed, 23 Oct 2019 11:14:44 +0000 (13:14 +0200)
committersebdet <sebastien.determe@intl.att.com>
Wed, 23 Oct 2019 11:14:44 +0000 (13:14 +0200)
Change the npm repository to release as public seems not accepting the
publish

Issue-ID: CLAMP-450
Change-Id: I34eb4a3e507ecdf3083a5519fce335f9d2b2f6f7
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
pom.xml
ui-react/package.json

diff --git a/pom.xml b/pom.xml
index c626c81..f332764 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                <python.http.proxy.param />
                <tomcat.version>9.0.20</tomcat.version>
                <ui.react.src>ui-react</ui.react.src>
-               <npm.publish.url>https://nexus3.onap.org/repository/npm.public/</npm.publish.url>
+               <npm.publish.url>https://nexus3.onap.org/repository/npm.release/</npm.publish.url>
        </properties>
 
        <profiles>
index 8c4e78b..792fdd3 100644 (file)
@@ -5,7 +5,7 @@
        "author": "ONAP Clamp Team",
        "license": "Apache-2.0",
        "publishConfig": {
-               "registry": "https://nexus3.onap.org/repository/npm.public/"
+               "registry": "${npm.publish.url}"
        },
        "main": "index.js",
        "proxy": "https://localhost:8443",