summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIdan Amit <ia096e@intl.att.com>2017-09-06 15:43:08 +0300
committerIdan Amit <ia096e@intl.att.com>2017-09-06 12:44:06 +0000
commitd63b3905dd72f388d4abbbaf80f730dd6d6683ea (patch)
treebdb2ea5a7b5c5d714264a9b764cbb28719ceb3f8
parent585b695a968765f35045a76596c8ccf4dcf7f83f (diff)
fixes in pom.xml for the project to
build properly Change-Id: I9af19c72586bd173515a1cbf676ad53f1000e19c Issue-Id: SDC-286 Signed-off-by: Idan Amit <ia096e@intl.att.com>
-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. -->
<!-- ================================================== -->