Enable staging plugin 55/17755/1
authorDan Timoney <dtimoney@att.com>
Tue, 10 Oct 2017 00:04:18 +0000 (20:04 -0400)
committerDan Timoney <dtimoney@att.com>
Tue, 10 Oct 2017 00:04:18 +0000 (20:04 -0400)
Release build for oparent-odlparent is not using staging plugin, and
so is failing trying to write to releases

Change-Id: Ie2d559cd4043566fb278a48b697731aa8d74a905
Issue-ID: INT-257
Signed-off-by: Dan Timoney <dtimoney@att.com>
oparent-odlparent/pom.xml

index 5ba340e..33c7c17 100644 (file)
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-failsafe-plugin</artifactId>
       </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>
     </plugins>
   </build>
 </project>