diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-02-17 15:41:18 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2017-02-17 15:41:29 -0500 |
commit | 6a657051065f5d326b9a1073cc118d62911244c9 (patch) | |
tree | 3b839f11354e5c15cd6e4f4c4aa90730943ffe50 /pom.xml | |
parent | 749b48cfb648da92dda8e1b364c6c0caa48335bc (diff) |
add nexus plugin and version.properties
Change-Id: I354be49beab3705cce252202b52b7796b6bd2fea
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -107,9 +107,23 @@ <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> |