summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2017-09-06 15:22:09 +0000
committerGerrit Code Review <gerrit@onap.org>2017-09-06 15:22:09 +0000
commit3212ba6b91b052bf479b5c8d8b6bf7dd1a774d11 (patch)
treebdb2ea5a7b5c5d714264a9b764cbb28719ceb3f8
parentcebad579693f98f84f01bc859f18f73b199e21a0 (diff)
parentd63b3905dd72f388d4abbbaf80f730dd6d6683ea (diff)
Merge "fixes in pom.xml for the project to"
-rw-r--r--pom.xml23
1 files changed, 12 insertions, 11 deletions
diff --git a/pom.xml b/pom.xml
index 1e0ed7a..bf0ad91 100644
--- 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>
@@ -404,17 +405,17 @@
</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. -->
<!-- ================================================== -->