Переглянути джерело

Define maven central with https (#11994)

tags/7.7.21
Tarek Oraby 4 роки тому
джерело
коміт
b3ff732f0c
Аккаунт користувача з таким Email не знайдено
1 змінених файлів з 17 додано та 0 видалено
  1. 17
    0
      pom.xml

+ 17
- 0
pom.xml Переглянути файл

@@ -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>

Завантаження…
Відмінити
Зберегти