diff options
author | Michael Lando <ml636r@att.com> | 2017-09-06 15:22:09 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-06 15:22:09 +0000 |
commit | 3212ba6b91b052bf479b5c8d8b6bf7dd1a774d11 (patch) | |
tree | bdb2ea5a7b5c5d714264a9b764cbb28719ceb3f8 | |
parent | cebad579693f98f84f01bc859f18f73b199e21a0 (diff) | |
parent | d63b3905dd72f388d4abbbaf80f730dd6d6683ea (diff) |
Merge "fixes in pom.xml for the project to"
-rw-r--r-- | pom.xml | 23 |
1 files changed, 12 insertions, 11 deletions
@@ -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. --> <!-- ================================================== --> |