sonar scan pom updates
[portal.git] / ecomp-portal-BE / pom.xml
index 5ad4780..cdb4a5c 100644 (file)
        </distributionManagement>
        <repositories>
                <repository>
-                       <!-- Snapshots repository has ECOMP snapshot artifacts -->
-                       <id>nexus-snapshots</id>
-                       <name>Nexus Maven Central - Snapshots</name>
-                       <url>https://ecomp-nexus:8443/repository/maven-snapshots/</url>
+                       <!-- Releases repository has ECOMP release artifacts -->
+                       <id>ecomp-releases</id>
+                       <name>OpenECOMP - Release Repository</name>
+                       <url>https://nexus.openecomp.org/content/repositories/releases/</url>
                </repository>
                <repository>
-                       <!-- Releases repository has ECOMP release artifacts -->
-                       <id>nexus</id>
-                       <name>Nexus Maven Central - Releases</name>
-                       <url>https://ecomp-nexus:8443/repository/maven-releases/</url>
+                       <!-- Snapshots repository has ECOMP snapshot artifacts -->
+                       <id>ecomp-snapshots</id>
+                       <name>OpenECOMP - Snapshot Repository</name>
+                       <url>https://nexus.openecomp.org/content/repositories/snapshots/</url>
                </repository>
                <repository>
                        <!-- Snapshots repository has ECOMP snapshot artifacts -->
                <finalName>ecompportal</finalName>
 
                <plugins>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-deploy-plugin</artifactId>
+                               <version>2.8</version>
+                               <configuration>
+                                       <skip>true</skip>
+                               </configuration>
+                       </plugin>
                         <plugin>
                                <groupId>org.codehaus.mojo</groupId>
                                <artifactId>sonar-maven-plugin</artifactId>