summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorArul.Nambi <arul.nambi@amdocs.com>2017-09-27 15:23:14 -0400
committerArul.Nambi <arul.nambi@amdocs.com>2017-09-27 15:23:37 -0400
commit13b08d434f0c5a7f783f708fa611293bfd0c8b1d (patch)
treeb9f1eea5219c97e2a47ef5b1d02e8c59a2c249e8 /pom.xml
parent47bd37650445f4fabc637bc34a2591ea316f2a05 (diff)
Fixing jenkins release
Issue-ID: AAI-395 Change-Id: I70fe06ab8137369bb53c51e89abf585c6a6a72d9 Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index b4ce7fa..d99abd1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@
<webResources>
<resource>
<directory>dist</directory>
- </resource>
+ </resource>
</webResources>
</configuration>
</plugin>
@@ -102,6 +102,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>${nexusproxy}</nexusUrl>
+ <stagingProfileId>176c31dfe190a</stagingProfileId>
+ <serverId>ecomp-staging</serverId>
+ </configuration>
+ </plugin>
</plugins>
</build>