staging repo added
[portal.git] / ecomp-portal-BE / pom.xml
index b01fa49..8b38964 100644 (file)
@@ -4,13 +4,13 @@
        <groupId>org.openecomp.portal</groupId>
        <artifactId>ecompportal</artifactId>
        <packaging>war</packaging>
-       <version>1.0.0</version>
+       <version>1.1.0-SNAPSHOT</version>
 
        <properties>
                <springframework.version>4.2.0.RELEASE</springframework.version>
                <hibernate.version>4.3.11.Final</hibernate.version>
                <eelf.version>0.0.1</eelf.version>
-               <projectversion>1.0.0</projectversion>
+               <projectversion>1.1.0-SNAPSHOT</projectversion>
                <encoding>UTF-8</encoding>
                <!-- Tests usually require some setup that maven cannot do, so skip. -->
                <skiptests>false</skiptests>
                        <name>OpenECOMP - Snapshot Repository</name>
                        <url>https://nexus.openecomp.org/content/repositories/snapshots/</url>
                </repository>
+               <repository>
+                       <!-- Staging repository has ECOMP staging artifacts -->
+                       <id>ecomp-staging</id>
+                       <name>OpenECOMP - Staging Repository</name>
+                       <url>https://nexus.openecomp.org/content/repositories/staging/</url>
+               </repository>
                <repository>
                        <!-- Snapshots repository has ECOMP snapshot artifacts -->
                        <id>oss-snapshots</id>
                <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>