diff options
author | Michael Lando <ml636r@att.com> | 2017-09-26 12:37:31 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2017-09-26 12:37:31 +0300 |
commit | 8a81749486c5be79fa4498a8e91cb949a601cc86 (patch) | |
tree | 03cee552d82b3dc855782baa1eec8b17cfd00ad5 | |
parent | 0f9ab4720104ad6dd904dee51b421a7bded0074f (diff) |
add stagging plugin
Change-Id: If75d121a2e2d9ea748ea7c41aa8377e68fd3f245
Issue-ID: SDC-368
Signed-off-by: Michael Lando <ml636r@att.com>
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | pom.xml | 20 |
2 files changed, 15 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore index 847f80b91f..8668158b79 100644 --- a/.gitignore +++ b/.gitignore @@ -164,4 +164,3 @@ sdc-os-chef/sdc-sanity/chef-repo/cookbooks/sdc-sanity/files/default/testSuites/* /sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/attributes/default.rb -/sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/attributes/default.rb @@ -177,6 +177,20 @@ </pluginManagement> <plugins> + + <!-- Staging Plugin --> + <plugin> + <groupId>org.sonatype.plugins</groupId> + <artifactId>nexus-staging-maven-plugin</artifactId> + <version>1.6.7</version> + <extensions>true</extensions> + <configuration> + <nexusUrl>${nexus.proxy}</nexusUrl> + <stagingProfileId>${staging.profile.id}</stagingProfileId> + <serverId>ecomp-staging</serverId> + </configuration> + </plugin> + <plugin> <artifactId>maven-surefire-plugin</artifactId> <version>2.19.1</version> @@ -384,12 +398,8 @@ <artifact-generator-core.version>1710.0.0</artifact-generator-core.version> <dox-common-lib.version>1710.0.0</dox-common-lib.version> <sdc-tosca-parser.version>1.1.14</sdc-tosca-parser.version> - </properties> - - + </properties> </profile> - - <profile> <id>onboarding</id> |