diff options
author | Michael Lando <ml636r@att.com> | 2017-09-23 00:05:17 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2017-09-23 00:05:45 +0300 |
commit | 546f7cf3160292704df5b94ac6de8b286bafa6a7 (patch) | |
tree | eccdfc03f3426713762292814b7080d8aaf5e747 | |
parent | e3ee242d4e19dc2d273694842f1b5d84f63c29b4 (diff) |
add stagging plugin
Change-Id: I730b0a708c58247a455581c897dc398693d08368
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, 16 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore index 3055c24b6b..9e009c7770 100644 --- a/.gitignore +++ b/.gitignore @@ -163,3 +163,4 @@ common/openecomp-sdc-artifact-generator-lib/openecomp-sdc-artifact-generator-cor 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> |