aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2019-10-21 11:01:10 +0200
committersebdet <sebastien.determe@intl.att.com>2019-10-21 11:11:50 +0200
commitbd8a7bfe9933a87c2345d982c98fd434368272b2 (patch)
tree1fa0384883fab7936a2afbed55b651f87b84ec36 /pom.xml
parent5e4ad12350fb01cc690999b8096f0be7b7f1bdae (diff)
Re-enable npm deploy
Re-enable the npm package for testing as nexus3 should be setup correctly now Issue-ID: CLAMP-450 Change-Id: If709a256dad835787bb40bf9a5ed9edb260fb6c3 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index cce555d9..f49468db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.clamp</groupId>
<artifactId>clds</artifactId>
- <version>4.1.4-SNAPSHOT</version>
+ <version>4.2.0-SNAPSHOT</version>
<name>clamp</name>
@@ -1102,7 +1102,7 @@
</goals>
<phase>compile</phase>
<configuration>
- <arguments>install --registry https://registry.npmjs.com/</arguments>
+ <arguments>install</arguments>
</configuration>
</execution>
<execution>
@@ -1122,7 +1122,6 @@
</goals>
<phase>deploy</phase>
<configuration>
- <skip>true</skip>
<arguments>publish --registry ${npm.publish.url}</arguments>
</configuration>
</execution>