Drop redundant "onap"; fix port
[portal.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 0a6a460..3f46cef 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -3,16 +3,16 @@
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
        <modelVersion>4.0.0</modelVersion>
 
-       <parent>
+       <!--<parent>
                <groupId>org.onap.oparent</groupId>
                <artifactId>oparent</artifactId>
                <version>0.1.1</version>
                <relativePath />
-       </parent>
+       </parent>-->
 
        <groupId>org.onap.portal</groupId>
        <artifactId>onap-portal-parent</artifactId>
-       <version>1.3.0-SNAPSHOT</version>
+       <version>1.3.0</version>
        <packaging>pom</packaging>
        <name>portal</name>
 
@@ -46,7 +46,7 @@
                <sonar.projectBaseDir>${project.basedir}</sonar.projectBaseDir>
                <sonar.exclusions>**/scripts/**/*,**.js</sonar.exclusions>
                <sonar.test.exclusions>**/test/**/*,**/tests/**/*</sonar.test.exclusions>
-               <sonar.java.binaries>.</sonar.java.binaries>
+               <!--<sonar.java.binaries>.</sonar.java.binaries>-->
        </properties>
 
        <!-- Specify the repositories here to avoid coordination of ~/.m2/settings.xml 
        </build>
 
        <distributionManagement>
+               <!-- oparent.version defines snapshot and release repositories -->
                <site>
                        <id>ecomp-site</id>
-                       <url>dav:https://nexus.onap.org/content/sites/site/org/onap/portal/${project.version}</url>
+                       <url>dav:https://nexus.onap.org/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</url>
                </site>
        </distributionManagement>