fixes in pom.xml for the project to 67/10567/2
authorIdan Amit <ia096e@intl.att.com>
Wed, 6 Sep 2017 12:43:08 +0000 (15:43 +0300)
committerIdan Amit <ia096e@intl.att.com>
Wed, 6 Sep 2017 12:44:06 +0000 (12:44 +0000)
build properly

Change-Id: I9af19c72586bd173515a1cbf676ad53f1000e19c
Issue-Id: SDC-286
Signed-off-by: Idan Amit <ia096e@intl.att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 1e0ed7a..bf0ad91 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -26,6 +26,7 @@
         <nexus.snapshot.repository>snapshots</nexus.snapshot.repository>
         <nexus.id.release>ecomp-releases</nexus.id.release>
         <nexus.id.snapshot>ecomp-snapshots</nexus.id.snapshot>
+        <staging.profile.id>176c31dfe190a</staging.profile.id>
 
         <!--tests-->
         <test.skip.ordered>true</test.skip.ordered>
                     </execution>
                 </executions>
             </plugin>                  
-                       <plugin>
-                               <groupId>org.sonatype.plugins</groupId>
-                               <artifactId>nexus-staging-maven-plugin</artifactId>
-                               <version>1.6.7</version>
-                               <extensions>true</extensions>
-                               <configuration>
-                                       <nexusUrl>${nexusServer}</nexusUrl>
-                                       <stagingProfileId>176c31dfe190a</stagingProfileId>
-                                       <serverId>ecomp-staging</serverId>
-                               </configuration>
-                       </plugin>
+           <plugin>
+               <groupId>org.sonatype.plugins</groupId>
+               <artifactId>nexus-staging-maven-plugin</artifactId>
+               <version>1.6.7</version>
+               <extensions>true</extensions>
+               <configuration>
+                       <nexusUrl>${nexusServer}</nexusUrl>
+                       <stagingProfileId>${staging.profile.id}</stagingProfileId>
+                       <serverId>ecomp-staging</serverId>
+               </configuration>
+           </plugin>
             <!-- ================================================== -->
             <!-- Set the JDK compiler version.                      -->
             <!-- ================================================== -->