add stagging plugin 27/14727/1
authorMichael Lando <ml636r@att.com>
Fri, 22 Sep 2017 21:05:17 +0000 (00:05 +0300)
committerMichael Lando <ml636r@att.com>
Fri, 22 Sep 2017 21:05:45 +0000 (00:05 +0300)
Change-Id: I730b0a708c58247a455581c897dc398693d08368
Issue-ID: SDC-368
Signed-off-by: Michael Lando <ml636r@att.com>
.gitignore
pom.xml

index 3055c24..9e009c7 100644 (file)
@@ -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
diff --git a/pom.xml b/pom.xml
index 6aa5c83..ef5f5f0 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                </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>
                                <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>