Merge "Re-enable npm deploy"
[clamp.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index cce555d..910dc84 100644 (file)
--- 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>
 
 
@@ -97,7 +97,7 @@
                <sonar.javascript.lcov.reportPaths>${project.build.directory}/${ui.react.src}/coverage/lcov.info</sonar.javascript.lcov.reportPaths>
 
                <sonar.exclusions>src/main/resources/**</sonar.exclusions>
-
+               <sonar.coverage.exclusions>src/main/resources/**,target/ui-react/src/**/*.test.js,target/ui-react/src/setupTests.js,src/main/docker/*.py</sonar.coverage.exclusions>
                <docker.push.registry>localhost:5000</docker.push.registry>
                <docker.pull.registry>nexus3.onap.org:10001</docker.pull.registry>
                <docker.skip.build>true</docker.skip.build>
                                                </goals>
                                                <phase>compile</phase>
                                                <configuration>
-                                                       <arguments>install --registry https://registry.npmjs.com/</arguments>
+                                                       <arguments>install</arguments>
                                                </configuration>
                                        </execution>
                                        <execution>
                                                </goals>
                                                <phase>deploy</phase>
                                                <configuration>
-                                                       <skip>true</skip>
                                                        <arguments>publish --registry ${npm.publish.url}</arguments>
                                                </configuration>
                                        </execution>