remove staging profile from settings.xml 29/94629/1
authorjhh <jorge.hernandez-herrero@att.com>
Thu, 29 Aug 2019 18:37:52 +0000 (13:37 -0500)
committerjhh <jorge.hernandez-herrero@att.com>
Thu, 29 Aug 2019 18:37:52 +0000 (13:37 -0500)
Issue-ID: POLICY-1371
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I969b69386f307669d0d5f70e8618f0e56552d133

packages/base/src/files/etc/m2/settings.xml

index 2a56fca..8530ae5 100644 (file)
 
     </profile>
 
-    <profile>
-      <id>onap-staging</id>
-
-      <repositories>
-        <repository>
-          <id>onap-staging</id>
-          <name>onap-staging</name>
-          <url>https://nexus.onap.org/content/repositories/staging/</url>
-          <releases>
-            <enabled>true</enabled>
-            <updatePolicy>always</updatePolicy>
-          </releases>
-          <snapshots>
-            <enabled>false</enabled>
-          </snapshots>
-        </repository>
-      </repositories>
-
-    </profile>
-
     <profile>
 
       <id>onap-snapshots</id>
     <activeProfile>policy-releases</activeProfile>
     <activeProfile>policy-snapshots</activeProfile>
     <activeProfile>onap-releases</activeProfile>
-    <activeProfile>onap-staging</activeProfile>
     <activeProfile>onap-snapshots</activeProfile>
   </activeProfiles>