Update TTL calculation to use milliseconds
[appc.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 117229c..6729c99 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -85,6 +85,8 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
         <features.file>features.xml</features.file>
         <jmxGeneratorPath>target/generated-sources/yang-gen-config</jmxGeneratorPath>
         <!-- <salGeneratorPath>src/main/yang-gen-sal</salGeneratorPath> -->
+        
+        <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
 
     </properties>
 
@@ -124,6 +126,16 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
             <id>ecomp-site</id>
             <url>dav:${onap.nexus.url}/sites/site/org/onap/appc/${project.version}</url>
         </site>
+        <repository>
+            <id>ecomp-releases</id>
+            <name>openecomp-repository-releases</name>
+            <url>${onap.nexus.url}/content/repositories/releases</url>
+        </repository>
+        <snapshotRepository>
+            <id>ecomp-snapshots</id>
+            <name>openecomp-repository-snapshots</name>
+            <url>${onap.nexus.url}/content/repositories/snapshots</url>
+        </snapshotRepository>
     </distributionManagement>
 
 
@@ -489,7 +501,18 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
             </plugins>
         </pluginManagement>
         <plugins>
-  
+            <!--maven staging plugin --> 
+            <plugin> 
+                <groupId>org.sonatype.plugins</groupId> 
+                <artifactId>nexus-staging-maven-plugin</artifactId> 
+                <version>1.6.7</version> 
+                <extensions>true</extensions> 
+                <configuration> 
+                    <nexusUrl>${onap.nexus.url}</nexusUrl> 
+                    <stagingProfileId>176c31dfe190a</stagingProfileId> 
+                    <serverId>ecomp-staging</serverId> 
+                </configuration> 
+            </plugin> 
             <!-- Javadocs Plugin -->
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>