add stagging plugin 35/15435/1
authorMichael Lando <ml636r@att.com>
Tue, 26 Sep 2017 09:37:31 +0000 (12:37 +0300)
committerMichael Lando <ml636r@att.com>
Tue, 26 Sep 2017 09:37:31 +0000 (12:37 +0300)
Change-Id: If75d121a2e2d9ea748ea7c41aa8377e68fd3f245
Issue-ID: SDC-368
Signed-off-by: Michael Lando <ml636r@att.com>
.gitignore
pom.xml

index 847f80b..8668158 100644 (file)
@@ -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
diff --git a/pom.xml b/pom.xml
index 67ae888..5256df7 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>