Просмотр исходного кода

Define maven central with https (#11994)

tags/7.7.21
Tarek Oraby 4 лет назад
Родитель
Сommit
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>

Загрузка…
Отмена
Сохранить