Adding staging plugin 13/47913/1
authorPatrick Brady <pb071s@att.com>
Wed, 16 May 2018 21:22:52 +0000 (14:22 -0700)
committerPatrick Brady <pb071s@att.com>
Wed, 16 May 2018 21:23:01 +0000 (14:23 -0700)
Change-Id: I9d0ed862a34bec2ff720d189f5cecf7afeae38a4
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-905

CdtProxyService/pom.xml

index 801ad21..107f5fa 100644 (file)
     </dependencies>
     <build>
         <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>
             <!-- Spring Boot Maven Support -->
             <plugin>
                 <groupId>org.springframework.boot</groupId>