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>
         <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>