adding in the new mirrored repo in onap 75/56575/1
authorDR695H <dr695h@att.com>
Tue, 17 Jul 2018 03:59:48 +0000 (23:59 -0400)
committerDR695H <dr695h@att.com>
Tue, 17 Jul 2018 04:03:26 +0000 (00:03 -0400)
Change-Id: I101dd8460c4dfb1aadf59eeaf4a406ae19b1191b
Issue-ID: CCSDK-363
Signed-off-by: DR695H <dr695h@att.com>
odlparent/client-parent/pom.xml

index 87b2388..034d92d 100644 (file)
                        <name>Restlet Repository</name>
                        <url>http://maven.restlet.com</url>
                </pluginRepository>
+
+               <pluginRepository>              
+                       <id>onap-bintray</id>
+                       <name>onap-bintray</name>
+                       <url>https://nexus.onap.org/content/repositories/bintray/</url>
+               </pluginRepository>
        </pluginRepositories>
 
 
                                <enabled>true</enabled>
                        </snapshots>
                </repository>
-
+               <repository>
+                       <snapshots>
+                               <enabled>false</enabled>
+                       </snapshots>
+                       <id>onap-bintray</id>
+                       <name>onap-bintray</name>
+                       <url>https://nexus.onap.org/content/repositories/bintray/</url>
+               </repository>
        </repositories>
 
        <distributionManagement>