summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2017-02-19 19:27:26 -0500
committerPamela Dragosh <pdragosh@research.att.com>2017-02-19 19:27:34 -0500
commit8696f9f3a397261aa75c8ac96034b7e419551b77 (patch)
treeea527e98aee32a9e159278e32c3d3ed10d9515fc /pom.xml
parent655099257247228da802e828fa64338a60ac13e9 (diff)
adding sonatype and deploy plugins
Change-Id: Idd658056dd8c019427a4689b9b40d9fc94208593 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 8444d9371..b838eecc4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,6 +55,25 @@
<build>
<plugins>
<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>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <version>2.8</version> <!-- This version supports the "deployAtEnd" parameter -->
+ <configuration>
+ <skip />
+ </configuration>
+ </plugin>
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>