[STAGING] Restore staging plugin
[sdnc/core.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 1c51cbb..33fdbab 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
                        </build>
 
                </profile>
-               <profile>
-                       <id>staging</id>
-                       <activation>
-                               <activeByDefault>true</activeByDefault>
-                       </activation>
-                       <build>
-                               <pluginManagement>
-                                       <plugins>
-                                               <plugin>
-                                                       <groupId>org.sonatype.plugins</groupId>
-                                                       <artifactId>nexus-staging-maven-plugin</artifactId>
-                                                       <version>1.6.7</version>
-                                                       <extensions>true</extensions>
-                                                       <configuration>
-                                                               <nexusUrl>https://${openecomp.nexus.host}</nexusUrl>
-                                                               <stagingProfileId>${openecomp.nexus.staging.profile-id}</stagingProfileId>
-                                                               <serverId>${openecomp.nexus.staging.server-id}</serverId>
-                                                       </configuration>
-                                               </plugin>
-                                       </plugins>
-                               </pluginManagement>
-                       </build>
-               </profile>
 
        </profiles>
 
                                        <skipTests>true</skipTests>
                                </configuration>
                        </plugin>
+                       <plugin>
+                               <groupId>org.sonatype.plugins</groupId>
+                               <artifactId>nexus-staging-maven-plugin</artifactId>
+                               <version>1.6.7</version>
+                               <extensions>true</extensions>
+                               <configuration>
+                                       <nexusUrl>https://${openecomp.nexus.host}</nexusUrl>
+                                       <stagingProfileId>${openecomp.nexus.staging.profile-id}</stagingProfileId>
+                                       <serverId>${openecomp.nexus.staging.server-id}</serverId>
+                               </configuration>
+                       </plugin>
 
                </plugins>