[PORTAL-18] Drop LF staging repositories. 37/5937/2
authorChristopher Lott (cl778h) <clott@research.att.com>
Tue, 13 Jun 2017 19:44:09 +0000 (15:44 -0400)
committerChristopher Lott (cl778h) <clott@research.att.com>
Tue, 13 Jun 2017 19:44:50 +0000 (15:44 -0400)
Add skip-deploy configuration to epsdk-app-os.

Change-Id: I3825b3d57d187c495f78dbc0f19ba0062bbd32f4
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
ecomp-sdk/epsdk-app-common/pom.xml
ecomp-sdk/epsdk-app-os/pom.xml
ecomp-sdk/pom.xml

index dbf4733..c895672 100644 (file)
                <nexusproxy>https://nexus.onap.org</nexusproxy>
                <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
                <releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
-               <stagingNexusPath>/content/repositories/staging/</stagingNexusPath>
        </properties>
 
        <repositories>
                <repository>
-                       <!-- Releases repository has ECOMP release artifacts -->
-                       <id>ecomp-releases</id>
-                       <name>OpenECOMP - Release Repository</name>
-                       <url>${nexusproxy}/${releaseNexusPath}</url>
+                       <!-- Releases repository has ECOMP release artifacts -->
+                       <id>ecomp-releases</id>
+                       <name>OpenECOMP - Release Repository</name>
+                       <url>${nexusproxy}/${releaseNexusPath}</url>
                </repository>
                <repository>
-                       <!-- Snapshots repository has ECOMP snapshot artifacts -->
-                       <id>ecomp-snapshots</id>
-                       <name>OpenECOMP - Snapshot Repository</name>
-                       <url>${nexusproxy}/${snapshotNexusPath}</url>
+                       <!-- Snapshots repository has ECOMP snapshot artifacts -->
+                       <id>ecomp-snapshots</id>
+                       <name>OpenECOMP - Snapshot Repository</name>
+                       <url>${nexusproxy}/${snapshotNexusPath}</url>
                </repository>
                <repository>
-                       <!-- Staging repository has ECOMP staging artifacts -->
-                       <id>ecomp-staging</id>
-                       <name>OpenECOMP - Staging Repository</name>
-                       <url>${nexusproxy}/${stagingNexusPath}</url>
-               </repository>
-               <repository>
-                       <!-- Snapshots repository has ECOMP snapshot artifacts -->
-                       <id>oss-snapshots</id>
-                       <name>oss Central - Snapshots</name>
-                       <url>https://oss.sonatype.org/service/local/repositories/releases/content/</url>
+                       <id>oss-snapshots</id>
+                       <name>oss Central - Snapshots</name>
+                       <url>https://oss.sonatype.org/service/local/repositories/releases/content/</url>
                </repository>
        </repositories>
 
index 5060f56..3b21778 100644 (file)
                <nexusproxy>https://nexus.onap.org</nexusproxy>
                <snapshotNexusPath>content/repositories/snapshots/</snapshotNexusPath>
                <releaseNexusPath>content/repositories/releases/</releaseNexusPath>
-               <stagingNexusPath>content/repositories/staging/</stagingNexusPath>
        </properties>
 
        <repositories>
                <repository>
-                       <!-- Snapshots repository has ECOMP snapshot artifacts -->
                        <id>ecomp-releases</id>
                        <name>OpenECOMP - Release Repository</name>
                        <url>${nexusproxy}/${releaseNexusPath}</url>
                </repository>
                <repository>
-                       <!-- Snapshots repository has ECOMP snapshot artifacts -->
-                       <id>ecomp-snapshots</id>
-                       <name>OpenECOMP - Snapshot Repository</name>
-                       <url>${nexusproxy}/${snapshotNexusPath}</url>
+                       <id>ecomp-snapshots</id>
+                       <name>OpenECOMP - Snapshot Repository</name>
+                       <url>${nexusproxy}/${snapshotNexusPath}</url>
                </repository>
                <repository>
-                       <!-- Staging repository has ECOMP staging artifacts -->
-                       <id>ecomp-staging</id>
-                       <name>OpenECOMP - Staging Repository</name>
-                       <url>${nexusproxy}/${stagingNexusPath}</url>
-               </repository>
-               <repository>
-                       <!-- Snapshots repository has ECOMP snapshot artifacts -->
-                                       <id>ecomp-public</id>
-                       <name>ecomp onap public Repository</name>
-                       <url>https://nexus.onap.org/content/groups/public</url>
+                       <id>ecomp-public</id>
+                       <name>ecomp onap public Repository</name>
+                       <url>https://nexus.onap.org/content/groups/public</url>
                </repository>
        </repositories>
 
                                        </execution>
                                </executions>
                        </plugin>
+
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-deploy-plugin</artifactId>
+                               <version>2.8</version>
+                               <configuration>
+                                       <skip>true</skip>
+                               </configuration>
+                       </plugin>
+
                </plugins>
        </build>
        
index b011a6f..d522e2d 100644 (file)
@@ -28,7 +28,6 @@
                <nexusproxy>https://nexus.onap.org</nexusproxy>
                <snapshotNexusPath>content/repositories/snapshots/</snapshotNexusPath>
                <releaseNexusPath>content/repositories/releases/</releaseNexusPath>
-               <stagingNexusPath>content/repositories/staging/</stagingNexusPath>
        </properties>
 
        <repositories>