Procházet zdrojové kódy

Define maven central with https (#11994)

tags/7.7.21
Tarek Oraby před 4 roky
rodič
revize
b3ff732f0c
Žádný účet není propojen s e-mailovou adresou tvůrce revize
1 změnil soubory, kde provedl 17 přidání a 0 odebrání
  1. 17
    0
      pom.xml

+ 17
- 0
pom.xml Zobrazit soubor

@@ -52,8 +52,25 @@
<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>

Načítá se…
Zrušit
Uložit