]> source.dussan.org Git - vaadin-framework.git/commitdiff
Define maven central with https (#11994)
authorTarek Oraby <42799254+tarekoraby@users.noreply.github.com>
Tue, 12 May 2020 07:10:08 +0000 (10:10 +0300)
committerGitHub <noreply@github.com>
Tue, 12 May 2020 07:10:08 +0000 (10:10 +0300)
pom.xml

diff --git a/pom.xml b/pom.xml
index b7204089e966ed48f5acf24352a5db4b814adbda..efa44bb220272b537249e4f87bdc6b2cbb05e45c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <phantomjs.version>2.1.1</phantomjs.version>
     </properties>
 
+    <repositories>
+        <repository>
+            <id>central</id>
+            <url>https://repo.maven.apache.org/maven2/</url>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+        </repository>
+    </repositories>
+    
     <!-- TODO: remove this after maven plugin has been released -->
     <pluginRepositories>
+        <pluginRepository>
+            <id>central</id>
+            <url>https://repo.maven.apache.org/maven2/</url>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+        </pluginRepository>
         <pluginRepository>
             <id>vaadin-prereleases</id>
             <url>http://maven.vaadin.com/vaadin-prereleases</url>